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)


9513
9514
9515
# File 'sig/types.rbs', line 9513

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


9511
9512
9513
# File 'sig/types.rbs', line 9511

def client_id
  @client_id
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


9512
9513
9514
# File 'sig/types.rbs', line 9512

def token_endpoint
  @token_endpoint
end