Class: Aws::Types::OAuth2Defaults

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#auth_code_urls::Array[::String]

Returns the value of attribute auth_code_urls.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



863
864
865
# File 'sig/types.rbs', line 863

def token_urls
  @token_urls
end