Package io.jans.as.model.ciba
Class PushTokenDeliveryRequestParam
- java.lang.Object
-
- io.jans.as.model.ciba.PushTokenDeliveryRequestParam
-
public class PushTokenDeliveryRequestParam extends Object
- Version:
- August 20, 2019
- Author:
- Javier Rojas Blum
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_TOKEN
static String
AUTHORIZATION_REQUEST_ID
static String
EXPIRES_IN
static String
ID_TOKEN
static String
REFRESH_TOKEN
static String
TOKEN_TYPE
-
-
-
Field Detail
-
AUTHORIZATION_REQUEST_ID
public static final String AUTHORIZATION_REQUEST_ID
- 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
-
REFRESH_TOKEN
public static final String REFRESH_TOKEN
- See Also:
- Constant Field Values
-
EXPIRES_IN
public static final String EXPIRES_IN
- See Also:
- Constant Field Values
-
ID_TOKEN
public static final String ID_TOKEN
- See Also:
- Constant Field Values
-
-