Class: Aws::Types::ReadAuthorizationCodeGrantDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


9145
9146
9147
# File 'sig/types.rbs', line 9145

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


9143
9144
9145
# File 'sig/types.rbs', line 9143

def client_id
  @client_id
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


9144
9145
9146
# File 'sig/types.rbs', line 9144

def token_endpoint
  @token_endpoint
end