Class AuthorizationRequest.Prompt

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String CONSENT
      The Authorization Server SHOULD prompt the End-User for consent before returning information to the Client.
      static String LOGIN
      The Authorization Server SHOULD prompt the End-User for re-authentication.
      static String NONE
      The Authorization Server MUST NOT display any authentication or consent user interface pages.
      static String SELECT_ACCOUNT
      The Authorization Server SHOULD prompt the End-User to select a user account.
    • Constructor Summary

      Constructors 
      Constructor Description
      Prompt()