Class: Aws::Types::OAuth2Defaults
- Inherits:
-
Object
- Object
- Aws::Types::OAuth2Defaults
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_code_urls ⇒ ::Array[::String]
Returns the value of attribute auth_code_urls.
-
#oauth2_custom_properties ⇒ ::Array[Types::OAuth2CustomParameter]
Returns the value of attribute oauth2_custom_properties.
-
#oauth2_grant_types_supported ⇒ ::Array[("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "JWT_BEARER")]
Returns the value of attribute oauth2_grant_types_supported.
-
#oauth_scopes ⇒ ::Array[::String]
Returns the value of attribute oauth_scopes.
-
#token_urls ⇒ ::Array[::String]
Returns the value of attribute token_urls.
Instance Attribute Details
#auth_code_urls ⇒ ::Array[::String]
Returns the value of attribute auth_code_urls.
864 865 866 |
# File 'sig/types.rbs', line 864 def auth_code_urls @auth_code_urls end |
#oauth2_custom_properties ⇒ ::Array[Types::OAuth2CustomParameter]
Returns the value of attribute oauth2_custom_properties.
866 867 868 |
# File 'sig/types.rbs', line 866 def oauth2_custom_properties @oauth2_custom_properties end |
#oauth2_grant_types_supported ⇒ ::Array[("CLIENT_CREDENTIALS" | "AUTHORIZATION_CODE" | "JWT_BEARER")]
Returns the value of attribute oauth2_grant_types_supported.
865 866 867 |
# File 'sig/types.rbs', line 865 def oauth2_grant_types_supported @oauth2_grant_types_supported end |
#oauth_scopes ⇒ ::Array[::String]
Returns the value of attribute oauth_scopes.
862 863 864 |
# File 'sig/types.rbs', line 862 def oauth_scopes @oauth_scopes end |
#token_urls ⇒ ::Array[::String]
Returns the value of attribute token_urls.
863 864 865 |
# File 'sig/types.rbs', line 863 def token_urls @token_urls end |