Package io.jans.as.model.ciba
Class BackchannelAuthenticationResponseParam
- java.lang.Object
-
- io.jans.as.model.ciba.BackchannelAuthenticationResponseParam
-
public class BackchannelAuthenticationResponseParam extends Object
- Version:
- August 20, 2019
- Author:
- Javier Rojas Blum
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTH_REQ_ID
A unique identifier to identify the authentication request made by the Client.static String
EXPIRES_IN
The expiration time of the "auth_req_id" in seconds since the authentication request was received.static 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
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
-
-