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

    Modifier and Type
    Field
    Description
    static final OIDCScopeValue
    OIDCScopeValue.ADDRESS
    Requests that access to address claim at the UserInfo endpoint be granted by the issued access token.
    static final 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 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 the phone_number and phone_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.
    Modifier and Type
    Method
    Description
    OIDCScopeValue.values()
    Returns the standard OpenID Connect scope values declared in this class.