Class DeviceAuthorizationRequestParam


  • public class DeviceAuthorizationRequestParam
    extends Object
    RFC8628 section 3.1
    • Field Detail

      • CLIENT_ID

        public static final String CLIENT_ID
        The client identifier as described in Section 2.2 of [RFC6749].
        See Also:
        Constant Field Values
      • SCOPE

        public static final String SCOPE
        The scope of the access request as defined by Section 3.3 of [RFC6749].
        See Also:
        Constant Field Values