Class: Aws::CognitoIdentityProvider::Types::GetClientTokenResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_authentication_resultTypes::ClientAuthenticationResultType

The access token that Amazon Cognito issues for the app client, and its metadata.



6804
6805
6806
6807
6808
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 6804

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