Class: Aws::Types::OAuth2Properties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#o_auth_2_grant_type"CLIENT_CREDENTIALS", ...

Returns the value of attribute o_auth_2_grant_type.

Returns:

  • ("CLIENT_CREDENTIALS", "AUTHORIZATION_CODE", "JWT_BEARER")


872
873
874
# File 'sig/types.rbs', line 872

def o_auth_2_grant_type
  @o_auth_2_grant_type
end

#token_url::String

Returns the value of attribute token_url.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def token_url
  @token_url
end

#token_url_custom_properties::Hash[::String, ::String]

Returns the value of attribute token_url_custom_properties.

Returns:

  • (::Hash[::String, ::String])


873
874
875
# File 'sig/types.rbs', line 873

def token_url_custom_properties
  @token_url_custom_properties
end