Class: Aws::Types::UpdateBackendAuthOAuthConfig
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBackendAuthOAuthConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_prefix ⇒ ::String
Returns the value of attribute domain_prefix.
-
#o_auth_grant_type ⇒ "CODE", "IMPLICIT"
Returns the value of attribute o_auth_grant_type.
-
#o_auth_scopes ⇒ ::Array[("PHONE" | "EMAIL" | "OPENID" | "PROFILE" | "AWS_COGNITO_SIGNIN_USER_ADMIN")]
Returns the value of attribute o_auth_scopes.
-
#redirect_sign_in_ur_is ⇒ ::Array[::String]
Returns the value of attribute redirect_sign_in_ur_is.
-
#redirect_sign_out_ur_is ⇒ ::Array[::String]
Returns the value of attribute redirect_sign_out_ur_is.
-
#social_provider_settings ⇒ Types::SocialProviderSettings
Returns the value of attribute social_provider_settings.
Instance Attribute Details
#domain_prefix ⇒ ::String
Returns the value of attribute domain_prefix.
960 961 962 |
# File 'sig/types.rbs', line 960 def domain_prefix @domain_prefix end |
#o_auth_grant_type ⇒ "CODE", "IMPLICIT"
Returns the value of attribute o_auth_grant_type.
961 962 963 |
# File 'sig/types.rbs', line 961 def o_auth_grant_type @o_auth_grant_type end |
#o_auth_scopes ⇒ ::Array[("PHONE" | "EMAIL" | "OPENID" | "PROFILE" | "AWS_COGNITO_SIGNIN_USER_ADMIN")]
Returns the value of attribute o_auth_scopes.
962 963 964 |
# File 'sig/types.rbs', line 962 def o_auth_scopes @o_auth_scopes end |
#redirect_sign_in_ur_is ⇒ ::Array[::String]
Returns the value of attribute redirect_sign_in_ur_is.
963 964 965 |
# File 'sig/types.rbs', line 963 def redirect_sign_in_ur_is @redirect_sign_in_ur_is end |
#redirect_sign_out_ur_is ⇒ ::Array[::String]
Returns the value of attribute redirect_sign_out_ur_is.
964 965 966 |
# File 'sig/types.rbs', line 964 def redirect_sign_out_ur_is @redirect_sign_out_ur_is end |
#social_provider_settings ⇒ Types::SocialProviderSettings
Returns the value of attribute social_provider_settings.
965 966 967 |
# File 'sig/types.rbs', line 965 def @social_provider_settings end |