public interface OauthAuthorisationService
| Modifier and Type | Method and Description |
|---|---|
OauthCodeResponseBO |
oauthCode(String userId) |
OauthCodeResponseBO |
oauthCode(String login,
String pin) |
OauthServerInfoBO |
oauthServerInfo() |
OauthTokenResponseBO |
oauthToken(String code) |
OauthCodeResponseBO oauthCode(String login, String pin)
login - User loginpin - User pinOauthCodeResponseBO oauthCode(String userId)
userId - User idOauthTokenResponseBO oauthToken(String code)
code - Oauth codeOauthServerInfoBO oauthServerInfo()
Copyright © 2020. All rights reserved.