public interface RefreshTokenFactory extends TicketFactory
Modifier and Type | Method and Description |
---|---|
RefreshToken |
create(Service service,
Authentication authentication,
TicketGrantingTicket ticketGrantingTicket,
java.util.Collection<java.lang.String> scopes)
Create a refresh token.
|
get
RefreshToken create(Service service, Authentication authentication, TicketGrantingTicket ticketGrantingTicket, java.util.Collection<java.lang.String> scopes)
service
- the serviceauthentication
- the authenticationticketGrantingTicket
- the ticket granting ticketscopes
- the scopes