Class: Aws::Types::CreateUserPoolClientRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUserPoolClientRequest
- 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_name ⇒ ::String
Returns the value of attribute client_name.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#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.
-
#generate_secret ⇒ Boolean
Returns the value of attribute generate_secret.
-
#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.
681 682 683 |
# File 'sig/types.rbs', line 681 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.
691 692 693 |
# File 'sig/types.rbs', line 691 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.
693 694 695 |
# File 'sig/types.rbs', line 693 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.
692 693 694 |
# File 'sig/types.rbs', line 692 def allowed_o_auth_scopes @allowed_o_auth_scopes end |
#analytics_configuration ⇒ Types::AnalyticsConfigurationType
Returns the value of attribute analytics_configuration.
694 695 696 |
# File 'sig/types.rbs', line 694 def analytics_configuration @analytics_configuration end |
#auth_session_validity ⇒ ::Integer
Returns the value of attribute auth_session_validity.
698 699 700 |
# File 'sig/types.rbs', line 698 def auth_session_validity @auth_session_validity end |
#callback_urls ⇒ ::Array[::String]
Returns the value of attribute callback_urls.
688 689 690 |
# File 'sig/types.rbs', line 688 def callback_urls @callback_urls end |
#client_name ⇒ ::String
Returns the value of attribute client_name.
677 678 679 |
# File 'sig/types.rbs', line 677 def client_name @client_name end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
679 680 681 |
# File 'sig/types.rbs', line 679 def client_secret @client_secret end |
#default_redirect_uri ⇒ ::String
Returns the value of attribute default_redirect_uri.
690 691 692 |
# File 'sig/types.rbs', line 690 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.
697 698 699 |
# File 'sig/types.rbs', line 697 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.
696 697 698 |
# File 'sig/types.rbs', line 696 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.
686 687 688 |
# File 'sig/types.rbs', line 686 def explicit_auth_flows @explicit_auth_flows end |
#generate_secret ⇒ Boolean
Returns the value of attribute generate_secret.
678 679 680 |
# File 'sig/types.rbs', line 678 def generate_secret @generate_secret end |
#id_token_validity ⇒ ::Integer
Returns the value of attribute id_token_validity.
682 683 684 |
# File 'sig/types.rbs', line 682 def id_token_validity @id_token_validity end |
#logout_urls ⇒ ::Array[::String]
Returns the value of attribute logout_urls.
689 690 691 |
# File 'sig/types.rbs', line 689 def logout_urls @logout_urls end |
#prevent_user_existence_errors ⇒ "LEGACY", "ENABLED"
Returns the value of attribute prevent_user_existence_errors.
695 696 697 |
# File 'sig/types.rbs', line 695 def prevent_user_existence_errors @prevent_user_existence_errors end |
#read_attributes ⇒ ::Array[::String]
Returns the value of attribute read_attributes.
684 685 686 |
# File 'sig/types.rbs', line 684 def read_attributes @read_attributes end |
#refresh_token_rotation ⇒ Types::RefreshTokenRotationType
Returns the value of attribute refresh_token_rotation.
699 700 701 |
# File 'sig/types.rbs', line 699 def refresh_token_rotation @refresh_token_rotation end |
#refresh_token_validity ⇒ ::Integer
Returns the value of attribute refresh_token_validity.
680 681 682 |
# File 'sig/types.rbs', line 680 def refresh_token_validity @refresh_token_validity end |
#supported_identity_providers ⇒ ::Array[::String]
Returns the value of attribute supported_identity_providers.
687 688 689 |
# File 'sig/types.rbs', line 687 def supported_identity_providers @supported_identity_providers end |
#token_validity_units ⇒ Types::TokenValidityUnitsType
Returns the value of attribute token_validity_units.
683 684 685 |
# File 'sig/types.rbs', line 683 def token_validity_units @token_validity_units end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
676 677 678 |
# File 'sig/types.rbs', line 676 def user_pool_id @user_pool_id end |
#write_attributes ⇒ ::Array[::String]
Returns the value of attribute write_attributes.
685 686 687 |
# File 'sig/types.rbs', line 685 def write_attributes @write_attributes end |