Class RefreshToken
java.lang.Object
com.auth0.json.mgmt.refreshtokens.RefreshToken
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RefreshToken
public RefreshToken()
-
-
Method Details
-
getId
- Returns:
- The ID of the refresh token
-
getUserId
- Returns:
- ID of the user which can be used when interacting with other APIs.
-
getCreatedAt
- Returns:
- The date and time when the refresh token was created
-
getIdleExpiresAt
- Returns:
- The date and time when the refresh token will expire if idle
-
getExpiresAt
- Returns:
- The date and time when the refresh token will expire
-
getDevice
- Returns:
- Device information
-
getClientId
- Returns:
- ID of the client application granted with this refresh token
-
getSessionId
- Returns:
- ID of the authenticated session used to obtain this refresh-token
-
isRotating
- Returns:
- True if the token is a rotating refresh token
-
getResourceServers
- Returns:
- A list of the resource server IDs associated to this refresh-token and their granted scopes
-
getLastExchangedAt
- Returns:
- The date and time when the refresh token was last exchanged
-