Class: Aws::Types::ClientCredentialsGrantDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


1737
1738
1739
# File 'sig/types.rbs', line 1737

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


1738
1739
1740
# File 'sig/types.rbs', line 1738

def client_secret
  @client_secret
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


1739
1740
1741
# File 'sig/types.rbs', line 1739

def token_endpoint
  @token_endpoint
end