Class AuthorizationRequest.Display

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String PAGE
      The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view.
      static String POPUP
      The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window.
      static String TOUCH
      The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.
      static String WAP
      The Authorization Server SHOULD display the authentication and consent UI consistent with a “feature phone” type display.
    • Constructor Summary

      Constructors 
      Constructor Description
      Display()  
    • Field Detail

      • PAGE

        public static final String PAGE
        The Authorization Server SHOULD display the authentication and consent UI consistent with a full User Agent page view.

        If the display parameter is not specified, this is the default display mode.

        See Also:
        Constant Field Values
      • POPUP

        public static final String POPUP
        The Authorization Server SHOULD display the authentication and consent UI consistent with a popup User Agent window.

        The popup User Agent window should be of an appropriate size for a login-focused dialog and should not obscure the entire window that it is popping up over.

        See Also:
        Constant Field Values
      • TOUCH

        public static final String TOUCH
        The Authorization Server SHOULD display the authentication and consent UI consistent with a device that leverages a touch interface.
        See Also:
        Constant Field Values
      • WAP

        public static final String WAP
        The Authorization Server SHOULD display the authentication and consent UI consistent with a “feature phone” type display.
        See Also:
        Constant Field Values
    • Constructor Detail