public interface MiddlewareOauthService
| Modifier and Type | Method and Description |
|---|---|
OauthCodeResponseTO |
oauthCode(String userId,
String redirectUri) |
OauthCodeResponseTO |
oauthCode(String login,
String pin,
String redirectUri) |
OauthServerInfoTO |
oauthServerInfo() |
BearerTokenTO |
oauthToken(String code) |
OauthCodeResponseTO oauthCode(String login, String pin, String redirectUri)
OauthCodeResponseTO oauthCode(String userId, String redirectUri)
BearerTokenTO oauthToken(String code)
OauthServerInfoTO oauthServerInfo()
Copyright © 2020. All rights reserved.