OAuthAccessTokenResponse
OAuthFinalizedResponse
OAuthLoginFlowMgr
OAuthUserInfoResponse
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!
Contains OAuth-related artifacts from the HTTP response from the third-party OAuth server when requesting an access token
| Property | Description |
|---|---|
IDToken: String (read-only) | Returns the ID token, if available |
accessToken: String (read-only) | Returns the access token |
accessTokenExpiry: Number (read-only) | Returns the access token expiration |
errorStatus: String (read-only) | Returns the error status. |
extraTokens: Map (read-only) | Returns a map of additional tokens found in the response. |
oauthProviderId: String (read-only) | Returns the OAuth provider id |
refreshToken: String (read-only) | Returns the refresh token |
This class does not have a constructor, so you cannot create it directly.
| Method | Description |
|---|---|
| getAccessToken() | Returns the access token |
| getAccessTokenExpiry() | Returns the access token expiration |
| getErrorStatus() | Returns the error status. |
| getExtraTokens() | Returns a map of additional tokens found in the response. |
| getIDToken() | Returns the ID token, if available |
| getOauthProviderId() | Returns the OAuth provider id |
| getRefreshToken() | Returns the refresh token |
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
(read-only)Returns the ID token, if available
(read-only)Returns the access token
(read-only)Returns the access token expiration
(read-only)Returns the error status. In cases of errors - more detailed error information can be seen in the error log files (specifity of error details vary by OAuth provider).
(read-only)Returns a map of additional tokens found in the response.
(read-only)Returns the OAuth provider id
(read-only)Returns the refresh token
Returns the access token
Returns:
Returns the access token expiration
Returns:
Returns the error status. In cases of errors - more detailed error information can be seen in the error log files (specifity of error details vary by OAuth provider).
Returns:
Returns a map of additional tokens found in the response.
Returns:
Returns the ID token, if available
Returns:
Returns the OAuth provider id
Returns:
Returns the refresh token
Returns: