Class AuthorizationRequest.Scope

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ADDRESS
      A scope for the authenticated user’s mailing address.
      static String EMAIL
      A scope for the authenticated user’s email address.
      static String OFFLINE_ACCESS
      A scope for requesting an OAuth 2.0 refresh token to be issued, that can be used to obtain an Access Token that grants access to the End-User’s UserInfo Endpoint even when the End-User is not present (not logged in).
      static String OPENID
      A scope for OpenID based authorization.
      static String PHONE
      A scope for the authenticated user’s phone number.
      static String PROFILE
      A scope for the authenticated user’s basic profile information.
    • Constructor Summary

      Constructors 
      Constructor Description
      Scope()