TGFVerifyMethod

enum TGFVerifyMethod : NSUInteger {}

Defines the methods used to verify a user’s presence during a FIDO2 operation.

@since 1.0.0

  • Indicates that a silent authenticator is used, requiring no direct user interaction.

    Declaration

    Objective-C

    TGFVerifyMethodNone
  • Indicates that the native platform authenticator (e.g., Touch ID, Face ID) is used for user verification.

    Declaration

    Objective-C

    TGFVerifyMethodPlatform
  • Indicates that a proprietary biometric method is used for user verification.

    Declaration

    Objective-C

    TGFVerifyMethodBiometric
  • Indicates that a local-only passcode is used for user verification.

    Declaration

    Objective-C

    TGFVerifyMethodPasscode