public class CheckAccessTokenResponse extends Object implements IOpResponse
| Constructor and Description |
|---|
CheckAccessTokenResponse() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpiresAt() |
Date |
getIssuedAt() |
boolean |
isActive() |
void |
setActive(boolean p_active) |
void |
setExpiresAt(Date p_expiresAt) |
void |
setIssuedAt(Date p_issuedAt) |
String |
toString()
Returns string representation of object
|
Copyright © 2020. All rights reserved.