Interface BackchannelAuthenticationResponseParam


  • public interface BackchannelAuthenticationResponseParam
    Version:
    August 20, 2019
    Author:
    Javier Rojas Blum
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTH_REQ_ID
      A unique identifier to identify the authentication request made by the Client.
      static java.lang.String EXPIRES_IN
      The expiration time of the "auth_req_id" in seconds since the authentication request was received.
      static java.lang.String INTERVAL
      The minimum amount of time in seconds that the Client must wait between polling requests to the token endpoint.
    • Field Detail

      • AUTH_REQ_ID

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

        static final java.lang.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

        static final java.lang.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