Uses of Class
com.nimbusds.openid.connect.sdk.OIDCScopeValue
Packages that use OIDCScopeValue
Package
Description
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of OIDCScopeValue in com.nimbusds.openid.connect.sdk
Fields in com.nimbusds.openid.connect.sdk declared as OIDCScopeValueModifier and TypeFieldDescriptionstatic final OIDCScopeValueOIDCScopeValue.ADDRESSRequests that access toaddressclaim at the UserInfo endpoint be granted by the issued access token.static final OIDCScopeValueOIDCScopeValue.EMAILRequests that access to theemailandemail_verifiedclaims at the UserInfo endpoint be granted by the issued access token.static final OIDCScopeValueOIDCScopeValue.OFFLINE_ACCESSRequests that an OAuth 2.0 refresh token be issued that can be used to obtain an access token that grants access the end-user's UserInfo endpoint even when the user is not present (not logged in).static final OIDCScopeValueOIDCScopeValue.OPENIDInforms the authorisation server that the client is making an OpenID Connect request (REQUIRED).static final OIDCScopeValueOIDCScopeValue.PHONERequests that access to thephone_numberandphone_number_verifiedclaims at the UserInfo endpoint be granted by the issued access token.static final OIDCScopeValueOIDCScopeValue.PROFILERequests that access to the end-user's default profile claims at the UserInfo endpoint be granted by the issued access token.Methods in com.nimbusds.openid.connect.sdk that return OIDCScopeValueModifier and TypeMethodDescriptionstatic OIDCScopeValue[]OIDCScopeValue.values()Returns the standard OpenID Connect scope values declared in this class.