Uses of Class
com.nimbusds.openid.connect.sdk.OIDCScopeValue

Packages that use OIDCScopeValue
com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses. 
 

Uses of OIDCScopeValue in com.nimbusds.openid.connect.sdk
 

Fields in com.nimbusds.openid.connect.sdk declared as OIDCScopeValue
static OIDCScopeValue OIDCScopeValue.ADDRESS
          Requests that access to address claim at the UserInfo endpoint be granted by the issued access token.
static OIDCScopeValue OIDCScopeValue.EMAIL
          Requests that access to the email and email_verified claims at the UserInfo endpoint be granted by the issued access token.
static 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 OIDCScopeValue OIDCScopeValue.OPENID
          Informs the authorisation server that the client is making an OpenID Connect request (REQUIRED).
static OIDCScopeValue OIDCScopeValue.PHONE
          Requests that access to the phone_number and phone_number_verified claims at the UserInfo endpoint be granted by the issued access token.
static 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.
 



Copyright © 2013 NimbusDS. All Rights Reserved.