Classes
The following classes are available globally.
-
A utility class providing helper methods for JSON decoding with detailed error reporting.
See moreDeclaration
Swift
public class Utility -
Base class for URI parsers with common functionality.
See moreDeclaration
Swift
public final class UriParser : Sendable -
Utility class for Base64 encoding and decoding. Provides methods to encode data to a Base64 string and decode a Base64 string back to data. Supports standard and URL-safe Base64 variants.
See moreDeclaration
Swift
public class Base64 : @unchecked Sendable
-
CompactJwt is a utility class responsible to perform simple, and specific JWT operation within MFA modules for JWT-related operations. Provides methods for generating and validating JWTs using the HS256 algorithm.
See moreDeclaration
Swift
public final class CompactJwt : Sendable
View on GitHub
Classes Reference