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 OIDCScopeValue
OIDCScopeValue.ADDRESS
Requests that access toaddress
claim at the UserInfo endpoint be granted by the issued access token.static final OIDCScopeValue
OIDCScopeValue.EMAIL
Requests that access to theemail
andemail_verified
claims at the UserInfo endpoint be granted by the issued access token.static final OIDCScopeValue
OIDCScopeValue.OFFLINE_ACCESS
Requests 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 OIDCScopeValue
OIDCScopeValue.OPENID
Informs the authorisation server that the client is making an OpenID Connect request (REQUIRED).static final OIDCScopeValue
OIDCScopeValue.PHONE
Requests that access to thephone_number
andphone_number_verified
claims at the UserInfo endpoint be granted by the issued access token.static final OIDCScopeValue
OIDCScopeValue.PROFILE
Requests 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.