Class: Aws::Types::RespondToAuthChallengeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id, :session, :challenge_responses, :user_context_data])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_metadataTypes::AnalyticsMetadataType

Returns the value of attribute analytics_metadata.



1835
1836
1837
# File 'sig/types.rbs', line 1835

def 
  @analytics_metadata
end

#challenge_name"SMS_MFA", ...

Returns the value of attribute challenge_name.

Returns:

  • ("SMS_MFA", "EMAIL_OTP", "SOFTWARE_TOKEN_MFA", "SELECT_MFA_TYPE", "MFA_SETUP", "PASSWORD_VERIFIER", "CUSTOM_CHALLENGE", "SELECT_CHALLENGE", "DEVICE_SRP_AUTH", "DEVICE_PASSWORD_VERIFIER", "ADMIN_NO_SRP_AUTH", "NEW_PASSWORD_REQUIRED", "SMS_OTP", "PASSWORD", "WEB_AUTHN", "PASSWORD_SRP")


1832
1833
1834
# File 'sig/types.rbs', line 1832

def challenge_name
  @challenge_name
end

#challenge_responses::Hash[::String, ::String]

Returns the value of attribute challenge_responses.

Returns:

  • (::Hash[::String, ::String])


1834
1835
1836
# File 'sig/types.rbs', line 1834

def challenge_responses
  @challenge_responses
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def client_id
  @client_id
end

#client_metadata::Hash[::String, ::String]

Returns the value of attribute client_metadata.

Returns:

  • (::Hash[::String, ::String])


1837
1838
1839
# File 'sig/types.rbs', line 1837

def 
  @client_metadata
end

#session::String

Returns the value of attribute session.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def session
  @session
end

#user_context_dataTypes::UserContextDataType

Returns the value of attribute user_context_data.



1836
1837
1838
# File 'sig/types.rbs', line 1836

def user_context_data
  @user_context_data
end