Class: Aws::QBusiness::Types::AuthChallengeResponse

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

Overview

Contains details of the authentication information received from a third party authentication server in response to an authentication challenge.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#response_mapHash<String,String>

The mapping of key-value pairs in an authentication challenge response.

Returns:

  • (Hash<String,String>)


859
860
861
862
863
# File 'lib/aws-sdk-qbusiness/types.rb', line 859

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