Class BackchannelAuthenticationResponseParam


  • public class BackchannelAuthenticationResponseParam
    extends Object
    Version:
    August 20, 2019
    Author:
    Javier Rojas Blum
    • Field Detail

      • AUTH_REQ_ID

        public static final String AUTH_REQ_ID
        A unique identifier to identify the authentication request made by the Client.
        See Also:
        Constant Field Values
      • EXPIRES_IN

        public static final String EXPIRES_IN
        The expiration time of the "auth_req_id" in seconds since the authentication request was received.
        See Also:
        Constant Field Values
      • INTERVAL

        public static final String INTERVAL
        The minimum amount of time in seconds that the Client must wait between polling requests to the token endpoint. This parameter will only be present if the Client is registered to use the Poll or Ping modes.
        See Also:
        Constant Field Values