Classes

The following classes are available globally.

  • A utility class providing helper methods for JSON decoding with detailed error reporting.

    See more

    Declaration

    Swift

    public class Utility
  • Base class for URI parsers with common functionality.

    See more

    Declaration

    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 more

    Declaration

    Swift

    public class Base64 : @unchecked Sendable

SecKey to JWK Conversion

  • 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 more

    Declaration

    Swift

    public final class CompactJwt : Sendable