TokenExchangeResponse
@mandaitor/sdk / TokenExchangeResponse
Interface: TokenExchangeResponse
Defined in: @mandaitor/sdk/dist/types.d.ts:636
Result of a token exchange: the issued delegation token plus a summary of the delegation it encodes.
Properties
access_token
access_token:
string
Defined in: @mandaitor/sdk/dist/types.d.ts:637
delegation
delegation:
object
Defined in: @mandaitor/sdk/dist/types.d.ts:642
delegate
delegate:
string
mandate_id
mandate_id:
string
principal
principal:
string
provider
provider:
string
expires_in
expires_in:
number
Defined in: @mandaitor/sdk/dist/types.d.ts:639
issued_token_type
issued_token_type:
string
Defined in: @mandaitor/sdk/dist/types.d.ts:641
scope
scope:
string
Defined in: @mandaitor/sdk/dist/types.d.ts:640
token_type
token_type:
string
Defined in: @mandaitor/sdk/dist/types.d.ts:638