Class: Aws::CognitoIdentityProvider::Types::StartWebAuthnRegistrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::StartWebAuthnRegistrationResponse
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credential_creation_options ⇒ Hash, ...
The information that a user can provide in their request to register with their passkey provider.
Instance Attribute Details
#credential_creation_options ⇒ Hash, ...
The information that a user can provide in their request to register with their passkey provider.
10096 10097 10098 10099 10100 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10096 class StartWebAuthnRegistrationResponse < Struct.new( :credential_creation_options) SENSITIVE = [] include Aws::Structure end |