Class: Aws::CognitoIdentityProvider::Types::StartWebAuthnRegistrationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credential_creation_optionsHash, ...

The information that a user can provide in their request to register with their passkey provider.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


10096
10097
10098
10099
10100
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10096

class StartWebAuthnRegistrationResponse < Struct.new(
  :credential_creation_options)
  SENSITIVE = []
  include Aws::Structure
end