public class AccessToken extends Object
The access token returned by a AccessTokenService.
See http://iiif.io/api/auth/1.0/#the-json-access-token-response
| Constructor and Description |
|---|
AccessToken(String token,
Duration expiresIn) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getExpiresIn() |
Duration |
getExpiresInDuration() |
String |
getToken() |
Copyright © 2018. All rights reserved.