Package org.apereo.cas.ticket.code
Interface OAuth20Code
- All Superinterfaces:
org.apereo.cas.ticket.AuthenticationAwareTicket,Comparable<org.apereo.cas.ticket.Ticket>,OAuth20Token,Serializable,org.apereo.cas.ticket.ServiceTicket,org.apereo.cas.ticket.Ticket,org.apereo.cas.ticket.TicketGrantingTicketAwareTicket
An OAuth code is an OAuth token which can be used only once and has a short lifetime.
It is used to grant access tokens.
- Since:
- 5.0.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe PKCE code challenge.The PKCE code challenge method.Methods inherited from interface org.apereo.cas.ticket.AuthenticationAwareTicket
getAuthenticationMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.apereo.cas.ticket.OAuth20Token
getClaims, getClientId, getGrantType, getResponseType, getScopes, isCodeMethods inherited from interface org.apereo.cas.ticket.ServiceTicket
getServiceMethods inherited from interface org.apereo.cas.ticket.Ticket
getCountOfUses, getCreationTime, getExpirationPolicy, getId, getLastTimeUsed, getPrefix, getPreviousTimeUsed, isExpired, markTicketExpired, updateMethods inherited from interface org.apereo.cas.ticket.TicketGrantingTicketAwareTicket
getTicketGrantingTicket
-
Field Details
-
PREFIX
The prefix for OAuth codes.- See Also:
-
-
Method Details