Package io.jans.as.model.ciba
Class BackchannelAuthenticationRequestParam
- java.lang.Object
-
- io.jans.as.model.ciba.BackchannelAuthenticationRequestParam
-
public final class BackchannelAuthenticationRequestParam extends Object
- Version:
- May 28, 2020
- Author:
- Javier Rojas Blum
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACR_VALUES
Requested Authentication Context Class Reference values.static String
BINDING_MESSAGE
A human readable identifier or message intended to be displayed on both the consumption device and the authentication device to interlock them together for the transaction by way of a visual cue for the end-user.static String
CLIENT_ASSERTION
static String
CLIENT_ASSERTION_TYPE
static String
CLIENT_ID
static String
CLIENT_NOTIFICATION_TOKEN
A bearer token provided by the Client that will be used by the OpenID Provider to authenticate the callback request to the Client.static String
CLIENT_SECRET
static String
ID_TOKEN_HINT
An ID Token previously issued to the Client by the OpenID Provider being passed back as a hint to identify the end-user for whom authentication is being requested.static String
LOGIN_HINT
A hint to the OpenID Provider regarding the end-user for whom authentication is being requested.static String
LOGIN_HINT_TOKEN
A token containing information identifying the end-user for whom authentication is being requested.static String
REQUEST
An public static final String containing all data about the request as a single JWTstatic String
REQUEST_URI
Url where OP could get the request object related to the authorization.static String
REQUESTED_EXPIRY
A positive integer allowing the client to request the expires_in value for the auth_req_id the server will return.static String
SCOPE
The scope of the access request.static String
USER_CODE
A secret code, such as password or pin, known only to the user but verifiable by the OP.
-
-
-
Field Detail
-
SCOPE
public static final String SCOPE
The scope of the access request. CIBA authentication requests must contain the openid scope value. Other scope values may be present.- See Also:
- Constant Field Values
-
CLIENT_NOTIFICATION_TOKEN
public static final String CLIENT_NOTIFICATION_TOKEN
A bearer token provided by the Client that will be used by the OpenID Provider to authenticate the callback request to the Client. Required if the Client is registered to use Ping or Push modes.- See Also:
- Constant Field Values
-
ACR_VALUES
public static final String ACR_VALUES
Requested Authentication Context Class Reference values.- See Also:
- Constant Field Values
-
LOGIN_HINT_TOKEN
public static final String LOGIN_HINT_TOKEN
A token containing information identifying the end-user for whom authentication is being requested.- See Also:
- Constant Field Values
-
ID_TOKEN_HINT
public static final String ID_TOKEN_HINT
An ID Token previously issued to the Client by the OpenID Provider being passed back as a hint to identify the end-user for whom authentication is being requested.- See Also:
- Constant Field Values
-
LOGIN_HINT
public static final String LOGIN_HINT
A hint to the OpenID Provider regarding the end-user for whom authentication is being requested.- See Also:
- Constant Field Values
-
BINDING_MESSAGE
public static final String BINDING_MESSAGE
A human readable identifier or message intended to be displayed on both the consumption device and the authentication device to interlock them together for the transaction by way of a visual cue for the end-user.- See Also:
- Constant Field Values
-
USER_CODE
public static final String USER_CODE
A secret code, such as password or pin, known only to the user but verifiable by the OP. The code is used to authorize sending an authentication request to user's authentication device.- See Also:
- Constant Field Values
-
REQUESTED_EXPIRY
public static final String REQUESTED_EXPIRY
A positive integer allowing the client to request the expires_in value for the auth_req_id the server will return.- See Also:
- Constant Field Values
-
REQUEST
public static final String REQUEST
An public static final String containing all data about the request as a single JWT- See Also:
- Constant Field Values
-
REQUEST_URI
public static final String REQUEST_URI
Url where OP could get the request object related to the authorization.- See Also:
- Constant Field Values
-
CLIENT_ID
public static final String CLIENT_ID
- See Also:
- Constant Field Values
-
CLIENT_SECRET
public static final String CLIENT_SECRET
- See Also:
- Constant Field Values
-
CLIENT_ASSERTION_TYPE
public static final String CLIENT_ASSERTION_TYPE
- See Also:
- Constant Field Values
-
CLIENT_ASSERTION
public static final String CLIENT_ASSERTION
- See Also:
- Constant Field Values
-
-