[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator

AuthenticationTokens

The authentication tokens represent the authorization of a specific application to access specific parts of a user’s data.


Properties

string
accessToken Optional

The access token. This is a JWT token that grants access to resources.


string
idToken Optional

The ID Token is a signed JWT token returned from the authorization server and contains the user’s profile information, including the domain of the identity provider. This domain is used to obtain the identity provider URL. This token is used for optimization so the application can know the identity of the user, without having to make any additional network requests. This token can be generated via the Authorization Code flow only.


string
refreshToken Optional

The value of the Refresh token.


string
returnUrl Optional

Defines the return URL here.

JSON Example

{
    "accessToken": "...",
    "idToken": "...",
    "refreshToken": "...",
    "returnUrl": "..."
}
[{"label":"Latest (1.0)","version":"latest"}]
cloud-partner-navigator
Returned By

Access Token
OAuth App Access Token
Post Authn Authorize

Feedback

Was this page helpful?