public interface OAuthCodeFactory extends TicketFactory
Modifier and Type | Method and Description |
---|---|
OAuthCode |
create(Service service,
Authentication authentication,
TicketGrantingTicket ticketGrantingTicket)
Create an OAuth code.
|
get
OAuthCode create(Service service, Authentication authentication, TicketGrantingTicket ticketGrantingTicket)
service
- the serviceauthentication
- the authenticationticketGrantingTicket
- the ticket granting ticket