@Service public class MiddlewareOauthServiceImpl extends Object implements MiddlewareOauthService
| Constructor and Description |
|---|
MiddlewareOauthServiceImpl() |
| 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) |
public OauthCodeResponseTO oauthCode(String login, String pin, String redirectUri)
oauthCode in interface MiddlewareOauthServicepublic OauthCodeResponseTO oauthCode(String userId, String redirectUri)
oauthCode in interface MiddlewareOauthServicepublic BearerTokenTO oauthToken(String code)
oauthToken in interface MiddlewareOauthServicepublic OauthServerInfoTO oauthServerInfo()
oauthServerInfo in interface MiddlewareOauthServiceCopyright © 2019. All rights reserved.