WebAuthnUserConsentResult

public enum WebAuthnUserConsentResult

User consent result for WebAuthn registration/authentication operation

  • allow the operation by user consent

    Declaration

    Swift

    case allow
  • reject the operation by user consent

    Declaration

    Swift

    case reject