Class: Aws::Types::OAuth2Credentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret, :access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def access_token
  @access_token
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


843
844
845
# File 'sig/types.rbs', line 843

def client_secret
  @client_secret
end

#o_auth_requestTypes::ConnectorOAuthRequest

Returns the value of attribute o_auth_request.



846
847
848
# File 'sig/types.rbs', line 846

def o_auth_request
  @o_auth_request
end

#refresh_token::String

Returns the value of attribute refresh_token.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def refresh_token
  @refresh_token
end