AuthDeleteWebAuthnCredentialRequest
public struct AuthDeleteWebAuthnCredentialRequest : AmplifyOperationRequest
Request for deleting a WebAuthn Credential
-
The ID for the credential that will be deleted
Declaration
Swift
public let credentialId: String -
Extra request options defined in
AuthDeleteWebAuthnCredentialRequest.OptionsDeclaration
Swift
public let options: Options -
Declaration
Swift
public init( credentialId: String, options: Options ) -
Declaration
View on GitHub