public class AuthorizationCodeGrantBuilder
extends java.lang.Object
| Constructor and Description |
|---|
AuthorizationCodeGrantBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeGrant |
build() |
AuthorizationCodeGrantBuilder |
tokenEndpoint(TokenEndpoint tokenEndpoint)
Updates token endpoint
|
AuthorizationCodeGrantBuilder |
tokenRequestEndpoint(TokenRequestEndpoint tokenRequestEndpoint)
Updates token request endpoint
|
public AuthorizationCodeGrantBuilder tokenRequestEndpoint(TokenRequestEndpoint tokenRequestEndpoint)
tokenRequestEndpoint - - represents the token request endpoint along with the client id and secretpublic AuthorizationCodeGrantBuilder tokenEndpoint(TokenEndpoint tokenEndpoint)
tokenEndpoint - - represents the token endpoint along with the token namepublic AuthorizationCodeGrant build()