Class BackchannelAuthenticationResponseParam


  • public class BackchannelAuthenticationResponseParam
    extends java.lang.Object
    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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • AUTH_REQ_ID

        public 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

        public 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

        public 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