@Immutable @VisibleForTesting(visibility=PRIVATE) public static final class AccessTokenJsonFactory.JsonKeys extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MERCHANT_ID
Key in JSON where the merchant ID for this token can be parsed.
|
static String |
MODEL_ROOT
The key under which this model can be nested.
|
static String |
TOKEN
Key in JSON where the token value can be parsed.
|
static String |
USER_ID
Key in JSON where the user ID for this token can be parsed.
|
@JsonValueType(value=JSON_OBJECT) public static final String MODEL_ROOT
@JsonValueType(value=LONG) public static final String MERCHANT_ID
@JsonValueType(value=STRING) public static final String TOKEN
@JsonValueType(value=LONG) public static final String USER_ID