AuthAssociateWebAuthnCredentialRequest
public struct AuthAssociateWebAuthnCredentialRequest : AmplifyOperationRequest
Request for creating a new WebAuthn Credential and associating it with the signed in user
-
Presentation anchor on which the credential request displayed
Declaration
Swift
public let presentationAnchor: AuthUIPresentationAnchor?
-
Extra request options defined in
AuthAssociateWebAuthnCredentialRequest.Options
Declaration
Swift
public let options: Options
-
Declaration
Swift
public init( presentationAnchor: AuthUIPresentationAnchor?, options: Options )
-
Declaration
Swift
struct Options