Class: Aws::Types::UpdateUserPoolClientRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserPoolClientRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token_validity ⇒ ::Integer
Returns the value of attribute access_token_validity.
-
#allowed_o_auth_flows ⇒ ::Array[("code" | "implicit" | "client_credentials")]
Returns the value of attribute allowed_o_auth_flows.
-
#allowed_o_auth_flows_user_pool_client ⇒ Boolean
Returns the value of attribute allowed_o_auth_flows_user_pool_client.
-
#allowed_o_auth_scopes ⇒ ::Array[::String]
Returns the value of attribute allowed_o_auth_scopes.
-
#analytics_configuration ⇒ Types::AnalyticsConfigurationType
Returns the value of attribute analytics_configuration.
-
#auth_session_validity ⇒ ::Integer
Returns the value of attribute auth_session_validity.
-
#callback_urls ⇒ ::Array[::String]
Returns the value of attribute callback_urls.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_name ⇒ ::String
Returns the value of attribute client_name.
-
#default_redirect_uri ⇒ ::String
Returns the value of attribute default_redirect_uri.
-
#enable_propagate_additional_user_context_data ⇒ Boolean
Returns the value of attribute enable_propagate_additional_user_context_data.
-
#enable_token_revocation ⇒ Boolean
Returns the value of attribute enable_token_revocation.
-
#explicit_auth_flows ⇒ ::Array[("ADMIN_NO_SRP_AUTH" | "CUSTOM_AUTH_FLOW_ONLY" | "USER_PASSWORD_AUTH" | "ALLOW_ADMIN_USER_PASSWORD_AUTH" | "ALLOW_CUSTOM_AUTH" | "ALLOW_USER_PASSWORD_AUTH" | "ALLOW_USER_SRP_AUTH" | "ALLOW_REFRESH_TOKEN_AUTH" | "ALLOW_USER_AUTH")]
Returns the value of attribute explicit_auth_flows.
-
#id_token_validity ⇒ ::Integer
Returns the value of attribute id_token_validity.
-
#logout_urls ⇒ ::Array[::String]
Returns the value of attribute logout_urls.
-
#prevent_user_existence_errors ⇒ "LEGACY", "ENABLED"
Returns the value of attribute prevent_user_existence_errors.
-
#read_attributes ⇒ ::Array[::String]
Returns the value of attribute read_attributes.
-
#refresh_token_rotation ⇒ Types::RefreshTokenRotationType
Returns the value of attribute refresh_token_rotation.
-
#refresh_token_validity ⇒ ::Integer
Returns the value of attribute refresh_token_validity.
-
#supported_identity_providers ⇒ ::Array[::String]
Returns the value of attribute supported_identity_providers.
-
#token_validity_units ⇒ Types::TokenValidityUnitsType
Returns the value of attribute token_validity_units.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#write_attributes ⇒ ::Array[::String]
Returns the value of attribute write_attributes.
Instance Attribute Details
#access_token_validity ⇒ ::Integer
Returns the value of attribute access_token_validity.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def access_token_validity @access_token_validity end |
#allowed_o_auth_flows ⇒ ::Array[("code" | "implicit" | "client_credentials")]
Returns the value of attribute allowed_o_auth_flows.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def allowed_o_auth_flows @allowed_o_auth_flows end |
#allowed_o_auth_flows_user_pool_client ⇒ Boolean
Returns the value of attribute allowed_o_auth_flows_user_pool_client.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def allowed_o_auth_flows_user_pool_client @allowed_o_auth_flows_user_pool_client end |
#allowed_o_auth_scopes ⇒ ::Array[::String]
Returns the value of attribute allowed_o_auth_scopes.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def allowed_o_auth_scopes @allowed_o_auth_scopes end |
#analytics_configuration ⇒ Types::AnalyticsConfigurationType
Returns the value of attribute analytics_configuration.
2325 2326 2327 |
# File 'sig/types.rbs', line 2325 def analytics_configuration @analytics_configuration end |
#auth_session_validity ⇒ ::Integer
Returns the value of attribute auth_session_validity.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def auth_session_validity @auth_session_validity end |
#callback_urls ⇒ ::Array[::String]
Returns the value of attribute callback_urls.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def callback_urls @callback_urls end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def client_id @client_id end |
#client_name ⇒ ::String
Returns the value of attribute client_name.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def client_name @client_name end |
#default_redirect_uri ⇒ ::String
Returns the value of attribute default_redirect_uri.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def default_redirect_uri @default_redirect_uri end |
#enable_propagate_additional_user_context_data ⇒ Boolean
Returns the value of attribute enable_propagate_additional_user_context_data.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def enable_propagate_additional_user_context_data @enable_propagate_additional_user_context_data end |
#enable_token_revocation ⇒ Boolean
Returns the value of attribute enable_token_revocation.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def enable_token_revocation @enable_token_revocation end |
#explicit_auth_flows ⇒ ::Array[("ADMIN_NO_SRP_AUTH" | "CUSTOM_AUTH_FLOW_ONLY" | "USER_PASSWORD_AUTH" | "ALLOW_ADMIN_USER_PASSWORD_AUTH" | "ALLOW_CUSTOM_AUTH" | "ALLOW_USER_PASSWORD_AUTH" | "ALLOW_USER_SRP_AUTH" | "ALLOW_REFRESH_TOKEN_AUTH" | "ALLOW_USER_AUTH")]
Returns the value of attribute explicit_auth_flows.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def explicit_auth_flows @explicit_auth_flows end |
#id_token_validity ⇒ ::Integer
Returns the value of attribute id_token_validity.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def id_token_validity @id_token_validity end |
#logout_urls ⇒ ::Array[::String]
Returns the value of attribute logout_urls.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def logout_urls @logout_urls end |
#prevent_user_existence_errors ⇒ "LEGACY", "ENABLED"
Returns the value of attribute prevent_user_existence_errors.
2326 2327 2328 |
# File 'sig/types.rbs', line 2326 def prevent_user_existence_errors @prevent_user_existence_errors end |
#read_attributes ⇒ ::Array[::String]
Returns the value of attribute read_attributes.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def read_attributes @read_attributes end |
#refresh_token_rotation ⇒ Types::RefreshTokenRotationType
Returns the value of attribute refresh_token_rotation.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def refresh_token_rotation @refresh_token_rotation end |
#refresh_token_validity ⇒ ::Integer
Returns the value of attribute refresh_token_validity.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def refresh_token_validity @refresh_token_validity end |
#supported_identity_providers ⇒ ::Array[::String]
Returns the value of attribute supported_identity_providers.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def supported_identity_providers @supported_identity_providers end |
#token_validity_units ⇒ Types::TokenValidityUnitsType
Returns the value of attribute token_validity_units.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def token_validity_units @token_validity_units end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def user_pool_id @user_pool_id end |
#write_attributes ⇒ ::Array[::String]
Returns the value of attribute write_attributes.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def write_attributes @write_attributes end |