Class: Aws::Types::OAuth2Credentials

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:user_managed_client_application_client_secret, :access_token, :refresh_token, :jwt_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


5789
5790
5791
# File 'sig/types.rbs', line 5789

def access_token
  @access_token
end

#jwt_token::String

Returns the value of attribute jwt_token.

Returns:

  • (::String)


5791
5792
5793
# File 'sig/types.rbs', line 5791

def jwt_token
  @jwt_token
end

#refresh_token::String

Returns the value of attribute refresh_token.

Returns:

  • (::String)


5790
5791
5792
# File 'sig/types.rbs', line 5790

def refresh_token
  @refresh_token
end

#user_managed_client_application_client_secret::String

Returns the value of attribute user_managed_client_application_client_secret.

Returns:

  • (::String)


5788
5789
5790
# File 'sig/types.rbs', line 5788

def user_managed_client_application_client_secret
  @user_managed_client_application_client_secret
end