The user ID should be used as the primary key for storage, and the rest of the data consists of the {@link Credential#getAccessToken access token}, {@link Credential#getRefreshToken refreshtoken}, and {@link Credential#getExpirationTimeMilliseconds expiration time}.
Implementations should be thread safe.
@since 1.7 @author Yaniv Inbar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|