Interface MiddlewareOauthService
-
public interface MiddlewareOauthService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OauthCodeResponseTOoauthCode(ScaInfoTO scaInfo, String redirectUri)OauthCodeResponseTOoauthCode(String login, String pin, String redirectUri)OauthServerInfoTOoauthServerInfo()BearerTokenTOoauthToken(String code)
-
-
-
Method Detail
-
oauthCode
OauthCodeResponseTO oauthCode(String login, String pin, String redirectUri)
-
oauthCode
OauthCodeResponseTO oauthCode(ScaInfoTO scaInfo, String redirectUri)
-
oauthToken
BearerTokenTO oauthToken(String code)
-
oauthServerInfo
OauthServerInfoTO oauthServerInfo()
-
-