Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 887 Bytes

File metadata and controls

13 lines (6 loc) · 887 Bytes

ConsentRequestSession

Properties

Name Type Description Notes
accessToken Map<String, Object> AccessToken sets session data for the access and refresh token, as well as any future tokens issued by the refresh grant. Keep in mind that this data will be available to anyone performing OAuth 2.0 Challenge Introspection. If only your services can perform OAuth 2.0 Challenge Introspection, this is usually fine. But if third parties can access that endpoint as well, sensitive data from the session might be exposed to them. Use with care! [optional]
idToken Map<String, Object> IDToken sets session data for the OpenID Connect ID token. Keep in mind that the session'id payloads are readable by anyone that has access to the ID Challenge. Use with care! [optional]