OAuth ExtensibleOAuthToken Object

Contains information about an extensible OAuth Token.

This object is used by the following operations:

The properties included in the ExtensibleOAuthToken object are listed below.

Property Type Description
AccessTokenResponse AccessTokenResponse Contains information about the response to a request for an OAuth Access Token. Used by the token endpoint.
Status string token status.
jwtAccessToken string The JWT access token.
TokenIssuedDateTime dateTime Date/time the token was issued.
TokenUpdatedDateTime dateTime Date/time the token was updated.
TokenExpirationDateTime dateTime Date/time the token expires.
MACCredentials MACCredentials

Contains information about a MAC token, such as the Mac_algorithm, mac_id and Mac_key, for an OAuth grant.

Optional.