Class: Aws::Types::OAuth2PropertiesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_code_propertiesTypes::AuthorizationCodeProperties

Returns the value of attribute authorization_code_properties.



5845
5846
5847
# File 'sig/types.rbs', line 5845

def authorization_code_properties
  @authorization_code_properties
end

#o_auth_2_client_applicationTypes::OAuth2ClientApplication

Returns the value of attribute o_auth_2_client_application.



5842
5843
5844
# File 'sig/types.rbs', line 5842

def o_auth_2_client_application
  @o_auth_2_client_application
end

#o_auth_2_credentialsTypes::OAuth2Credentials

Returns the value of attribute o_auth_2_credentials.



5846
5847
5848
# File 'sig/types.rbs', line 5846

def o_auth_2_credentials
  @o_auth_2_credentials
end

#o_auth_2_grant_type"AUTHORIZATION_CODE", ...

Returns the value of attribute o_auth_2_grant_type.

Returns:

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


5841
5842
5843
# File 'sig/types.rbs', line 5841

def o_auth_2_grant_type
  @o_auth_2_grant_type
end

#token_url::String

Returns the value of attribute token_url.

Returns:

  • (::String)


5843
5844
5845
# File 'sig/types.rbs', line 5843

def token_url
  @token_url
end

#token_url_parameters_map::Hash[::String, ::String]

Returns the value of attribute token_url_parameters_map.

Returns:

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


5844
5845
5846
# File 'sig/types.rbs', line 5844

def token_url_parameters_map
  @token_url_parameters_map
end