public interface OauthAuthorisationService
| Modifier and Type | Method and Description |
|---|---|
OauthCodeResponseBO |
oauthCode(String userId,
String accessToken,
boolean finalStage) |
OauthServerInfoBO |
oauthServerInfo() |
OauthTokenHolder |
oauthToken(String code) |
OauthCodeResponseBO oauthCode(String userId, String accessToken, boolean finalStage)
userId - User idOauthTokenHolder oauthToken(String code)
code - Oauth codeOauthServerInfoBO oauthServerInfo()
Copyright © 2020. All rights reserved.