Interface OAuth20RefreshToken
-
- All Superinterfaces:
java.lang.Comparable<org.apereo.cas.ticket.Ticket>,OAuth20Token,java.io.Serializable,org.apereo.cas.ticket.ServiceTicket,org.apereo.cas.ticket.Ticket
public interface OAuth20RefreshToken extends OAuth20Token
A refresh token is an OAuth token which can be used multiple times and has a very long lifetime. It is used to create new access tokens.- Since:
- 5.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPREFIXThe prefix for refresh tokens.
-
Method Summary
-
Methods inherited from interface org.apereo.cas.ticket.OAuth20Token
getAuthentication, getClaims, getScopes
-
-
-
-
Field Detail
-
PREFIX
static final java.lang.String PREFIX
The prefix for refresh tokens.- See Also:
- Constant Field Values
-
-