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.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def @analytics_metadata end |
#auth_flow ⇒ "USER_SRP_AUTH", ...
Returns the value of attribute auth_flow.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def auth_flow @auth_flow end |
#auth_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute auth_parameters.
1347 1348 1349 |
# File 'sig/types.rbs', line 1347 def auth_parameters @auth_parameters end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def @client_metadata end |
#session ⇒ ::String
Returns the value of attribute session.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def session @session end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def user_context_data @user_context_data end |