Class: Aws::Types::InitiateAuthRequest
- Inherits:
-
Object
- Object
- Aws::Types::InitiateAuthRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_metadata ⇒ Types::AnalyticsMetadataType
Returns the value of attribute analytics_metadata.
-
#auth_flow ⇒ "USER_SRP_AUTH", ...
Returns the value of attribute auth_flow.
-
#auth_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute auth_parameters.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
-
#session ⇒ ::String
Returns the value of attribute session.
-
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
Instance Attribute Details
#analytics_metadata ⇒ Types::AnalyticsMetadataType
Returns the value of attribute analytics_metadata.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def @analytics_metadata end |
#auth_flow ⇒ "USER_SRP_AUTH", ...
Returns the value of attribute auth_flow.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def auth_flow @auth_flow end |
#auth_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute auth_parameters.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def auth_parameters @auth_parameters end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def @client_metadata end |
#session ⇒ ::String
Returns the value of attribute session.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def session @session end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def user_context_data @user_context_data end |