Package io.jans.as.model.authorize
Class AuthorizeResponseParam
- java.lang.Object
-
- io.jans.as.model.authorize.AuthorizeResponseParam
-
public final class AuthorizeResponseParam extends Object
- Version:
- July 28, 2021
- Author:
- Javier Rojas Blum
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_TOKEN
static String
ACR_VALUES
static String
AUD
static String
CODE
static String
DEVICE_SECRET
static String
EXP
static String
EXPIRES_IN
static String
ID_TOKEN
static String
ISS
static String
RESPONSE
static String
SCOPE
static String
SESSION_ID
String that represents the End-User's login state at the OP.static String
SESSION_STATE
static String
SID
static String
STATE
static String
TOKEN_TYPE
-
-
-
Field Detail
-
CODE
public static final String CODE
- See Also:
- Constant Field Values
-
ACCESS_TOKEN
public static final String ACCESS_TOKEN
- See Also:
- Constant Field Values
-
TOKEN_TYPE
public static final String TOKEN_TYPE
- See Also:
- Constant Field Values
-
EXPIRES_IN
public static final String EXPIRES_IN
- See Also:
- Constant Field Values
-
SCOPE
public static final String SCOPE
- See Also:
- Constant Field Values
-
ID_TOKEN
public static final String ID_TOKEN
- See Also:
- Constant Field Values
-
STATE
public static final String STATE
- See Also:
- Constant Field Values
-
SESSION_STATE
public static final String SESSION_STATE
- See Also:
- Constant Field Values
-
RESPONSE
public static final String RESPONSE
- See Also:
- Constant Field Values
-
ISS
public static final String ISS
- See Also:
- Constant Field Values
-
AUD
public static final String AUD
- See Also:
- Constant Field Values
-
EXP
public static final String EXP
- See Also:
- Constant Field Values
-
DEVICE_SECRET
public static final String DEVICE_SECRET
- See Also:
- Constant Field Values
-
SESSION_ID
public static final String SESSION_ID
String that represents the End-User's login state at the OP.- See Also:
- Constant Field Values
-
SID
public static final String SID
- See Also:
- Constant Field Values
-
ACR_VALUES
public static final String ACR_VALUES
- See Also:
- Constant Field Values
-
-