TGFFido2OperationType

enum TGFFido2OperationType : NSUInteger {}

An enumeration that specifies the type of FIDO2 operation to be performed.

This enum is used to distinguish between the two fundamental FIDO2 ceremonies: registering a new credential and authenticating with an existing one.

@since 1.0.0

  • Indicates a FIDO2 registration (or “attestation”) operation. This operation is used to create a new public key credential and associate it with a user’s account at a relying party.

    Declaration

    Objective-C

    TGFFido2OperationTypeRegistration
  • Indicates a FIDO2 authentication (or “assertion”) operation. This operation is used to prove possession of a previously registered credential to a relying party for the purpose of signing in.

    Declaration

    Objective-C

    TGFFido2OperationTypeAuthentication