Optional
expires_Optional
id_Optional
refresh_Optional
scope?: stringOptional
session_Optional
url_Optional
userOptional
expires_The expires at returned from the OIDC provider.
Optional
id_A JSON Web Token (JWT). Only provided if openid
scope was requested.
The application can access the data decoded by using the profile
property.
The claims represented by a combination of the id_token
and the user info endpoint.
Optional
refresh_An OAuth 2.0 refresh token. The app can use this token to acquire additional access tokens after the current access token expires. Refresh tokens are long-lived and can be used to maintain access to resources for extended periods of time.
Optional
scopeThe scopes that the requested access token is valid for.
The session state value returned from the OIDC provider.
Readonly
statecustom state data set during the initial signin request
Typically "Bearer"
Optional
Readonly
url_Computed value indicating if the access token is expired.
Computed number of seconds the access token has remaining.
Array representing the parsed values from the scope
.
The requested access token returned from the OIDC provider. The application can use this token to authenticate itself to the secured resource.