public class CompositeOAuth2GrantService extends Object implements OAuth2GrantService
| Constructor and Description |
|---|
CompositeOAuth2GrantService() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeGranter |
authorizationCode() |
ClientCredentialGranter |
clientCredential() |
RefreshTokenGranter |
refreshToken() |
public AuthorizationCodeGranter authorizationCode()
authorizationCode in interface OAuth2GrantServicepublic ClientCredentialGranter clientCredential()
clientCredential in interface OAuth2GrantServicepublic RefreshTokenGranter refreshToken()
refreshToken in interface OAuth2GrantServiceCopyright © 2016–2021. All rights reserved.