Class: Aws::CognitoIdentityProvider::Types::StartWebAuthnRegistrationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::StartWebAuthnRegistrationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:access_token]
Instance Attribute Summary collapse
-
#access_token ⇒ String
A valid access token that Amazon Cognito issued to the currently signed-in user.
Instance Attribute Details
#access_token ⇒ String
A valid access token that Amazon Cognito issued to the currently signed-in user. Must include a scope claim for ‘aws.cognito.signin.user.admin`.
10333 10334 10335 10336 10337 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10333 class StartWebAuthnRegistrationRequest < Struct.new( :access_token) SENSITIVE = [:access_token] include Aws::Structure end |