Package io.jans.as.model.ciba
Class BackchannelAuthenticationResponseParam
java.lang.Object
io.jans.as.model.ciba.BackchannelAuthenticationResponseParam
- Version:
- August 20, 2019
- Author:
- Javier Rojas Blum
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
A unique identifier to identify the authentication request made by the Client.static final String
The expiration time of the "auth_req_id" in seconds since the authentication request was received.static final String
The minimum amount of time in seconds that the Client must wait between polling requests to the token endpoint. -
Method Summary
-
Field Details
-
AUTH_REQ_ID
A unique identifier to identify the authentication request made by the Client.- See Also:
-
EXPIRES_IN
The expiration time of the "auth_req_id" in seconds since the authentication request was received.- See Also:
-
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:
-