Interface: TwoLeggedToken
Represents the payload returned in response to a client credentials grant request.
Export
TwoLeggedToken
Properties
access_token
access_token:
string
The access token.
Memberof
TwoLeggedToken
Defined in
expires_at?
optional
expires_at:number
Access token expiration time (in seconds).
Memberof
TwoLeggedToken
Defined in
expires_in
expires_in:
number
Access token expiration time (in seconds).
Memberof
TwoLeggedToken
Defined in
token_type?
optional
token_type:string
Will always be Bearer.
Memberof
TwoLeggedToken