public class DefaultExpiringOAuth2RefreshToken extends DefaultOAuth2RefreshToken implements ExpiringOAuth2RefreshToken
Constructor and Description |
---|
DefaultExpiringOAuth2RefreshToken(String value,
Date expiration) |
Modifier and Type | Method and Description |
---|---|
Date |
getExpiration()
The instant the token expires.
|
equals, getValue, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getValue
public Date getExpiration()
getExpiration
in interface ExpiringOAuth2RefreshToken
Copyright © 2019. All rights reserved.