AuthenticatorConfig

public protocol AuthenticatorConfig
  • Logger instance used for debugging and monitoring authentication operations.

    Declaration

    Swift

    var logger: Logger? { get set }
  • The key tag to use for the CryptoKey.

    Declaration

    Swift

    var keyTag: String { get set }