Class: Aws::CognitoIdentityProvider::Types::ConfirmDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ConfirmDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Confirms the device request.
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 device you want to confirm.
-
#device_key ⇒ String
The device key.
-
#device_name ⇒ String
The device name.
-
#device_secret_verifier_config ⇒ Types::DeviceSecretVerifierConfigType
The configuration of the device secret verifier.
Instance Attribute Details
#access_token ⇒ String
A valid access token that Amazon Cognito issued to the user whose device you want to confirm.
2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2467 class ConfirmDeviceRequest < Struct.new( :access_token, :device_key, :device_secret_verifier_config, :device_name) SENSITIVE = [:access_token] include Aws::Structure end |
#device_key ⇒ String
The device key.
2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2467 class ConfirmDeviceRequest < Struct.new( :access_token, :device_key, :device_secret_verifier_config, :device_name) SENSITIVE = [:access_token] include Aws::Structure end |
#device_name ⇒ String
The device name.
2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2467 class ConfirmDeviceRequest < Struct.new( :access_token, :device_key, :device_secret_verifier_config, :device_name) SENSITIVE = [:access_token] include Aws::Structure end |
#device_secret_verifier_config ⇒ Types::DeviceSecretVerifierConfigType
The configuration of the device secret verifier.
2467 2468 2469 2470 2471 2472 2473 2474 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 2467 class ConfirmDeviceRequest < Struct.new( :access_token, :device_key, :device_secret_verifier_config, :device_name) SENSITIVE = [:access_token] include Aws::Structure end |