Skip to content

Context OpenID Connect (OIDC) Token

Holds the main information about a user who was authorized via OIDC.

Properties

accessToken

string

Contains the access_token as defined via RFC.

tokenType

string

Contains the token_type as defined via RFC.

refreshToken

string

Can contain the refresh_token as defined via RFC.

expiry

datetime

Can contain the expires_in as defined via RFC.