public class CompositeOAuth2GrantService extends Object implements OAuth2GrantService
| 构造器和说明 |
|---|
CompositeOAuth2GrantService() |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthorizationCodeGranter |
authorizationCode() |
ClientCredentialGranter |
clientCredential() |
RefreshTokenGranter |
refreshToken() |
public AuthorizationCodeGranter authorizationCode()
authorizationCode 在接口中 OAuth2GrantServicepublic ClientCredentialGranter clientCredential()
clientCredential 在接口中 OAuth2GrantServicepublic RefreshTokenGranter refreshToken()
refreshToken 在接口中 OAuth2GrantServiceCopyright © 2016–2021. All rights reserved.