Interface DeviceAuthorizationRequestParam


  • public interface DeviceAuthorizationRequestParam
    RFC8628 section 3.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CLIENT_ID
      The client identifier as described in Section 2.2 of [RFC6749].
      static java.lang.String SCOPE
      The scope of the access request as defined by Section 3.3 of [RFC6749].
    • Field Detail

      • CLIENT_ID

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

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