Optionalexpires_The expires at returned from the OIDC provider.
Optionalid_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.
Optionalrefresh_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.
OptionalscopeThe scopes that the requested access token is valid for.
The session state value returned from the OIDC provider.
Readonlystatecustom state data set during the initial signin request
Typically "Bearer"
Optional Readonlyurl_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.