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.Options
Declaration
Swift
public let options: Options
-
Declaration
Swift
public init( credentialId: String, options: Options )
-
Declaration
Swift
struct Options