Class: Aws::CognitoIdentityProvider::Types::RespondToAuthChallengeResponse

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

Overview

The response to respond to the authentication challenge.

Constant Summary collapse

SENSITIVE =
[:session]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_resultTypes::AuthenticationResultType

The result returned by the server in response to the request to respond to the authentication challenge.



7303
7304
7305
7306
7307
7308
7309
7310
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7303

class RespondToAuthChallengeResponse < Struct.new(
  :challenge_name,
  :session,
  :challenge_parameters,
  :authentication_result)
  SENSITIVE = [:session]
  include Aws::Structure
end

#challenge_nameString

Returns:

  • (String)


7303
7304
7305
7306
7307
7308
7309
7310
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7303

class RespondToAuthChallengeResponse < Struct.new(
  :challenge_name,
  :session,
  :challenge_parameters,
  :authentication_result)
  SENSITIVE = [:session]
  include Aws::Structure
end

#challenge_parametersHash<String,String>

Returns:

  • (Hash<String,String>)


7303
7304
7305
7306
7307
7308
7309
7310
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7303

class RespondToAuthChallengeResponse < Struct.new(
  :challenge_name,
  :session,
  :challenge_parameters,
  :authentication_result)
  SENSITIVE = [:session]
  include Aws::Structure
end

#sessionString

The session that should be passed both ways in challenge-response calls to the service. If the caller must pass another challenge, they return a session with other challenge parameters. This session should be passed as it is to the next ‘RespondToAuthChallenge` API call.

Returns:

  • (String)


7303
7304
7305
7306
7307
7308
7309
7310
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7303

class RespondToAuthChallengeResponse < Struct.new(
  :challenge_name,
  :session,
  :challenge_parameters,
  :authentication_result)
  SENSITIVE = [:session]
  include Aws::Structure
end