Class: Aws::CognitoIdentityProvider::Types::StartWebAuthnRegistrationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:access_token]

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokenString

A valid access token that Amazon Cognito issued to the user whose passkey metadata you want to generate.

Returns:

  • (String)


10414
10415
10416
10417
10418
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10414

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