NAME
OIDC::Client::TokenResponse - OIDC token response
DESCRIPTION
Class representing an OIDC token response from provider
ATTRIBUTES
access_token
The access token issued by the provider
id_token
The identity token issued by the provider
token_type
The type of the access token
expires_in
The lifetime in seconds of the access token
refresh_token
The refresh token which can be used to obtain new access tokens using the same authorization grant
scope
The scope of the access token