Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.
• optional
[jweDecrypt]: JweDecryptFunction
See jweDecrypt.
• optional
expectedNonce: string
| typeof expectNoNonce
Expected ID Token nonce
claim value. Default is expectNoNonce.
• optional
maxAge: number
| typeof skipAuthTimeCheck
ID Token auth_time
claim value will be checked to be present and
conform to the maxAge
value. Use of this option is required if you sent a max_age
parameter
in an authorization request. Default is client.default_max_age
and falls back to skipAuthTimeCheck.
• optional
requireIdToken: boolean
When true this requires TokenEndpointResponse.id_token to be present