Class: Aws::CognitoIdentityProvider::Types::GetUserAuthFactorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GetUserAuthFactorsRequest
- 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 user whose authentication factors you want to view.
Instance Attribute Details
#access_token ⇒ String
A valid access token that Amazon Cognito issued to the user whose authentication factors you want to view.
6398 6399 6400 6401 6402 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6398 class GetUserAuthFactorsRequest < Struct.new( :access_token) SENSITIVE = [:access_token] include Aws::Structure end |