AuthnType

public enum AuthnType : String

An enum representing the supported authenticator types.

Since

3.0.0
  • Proprietary biometric authenticator.

    Declaration

    Swift

    case biometric
  • Platform authenticator. This is only avaliable on devices with iOS 16 and later.

    Declaration

    Swift

    case platform