Interface OauthAuthorisationService
-
public interface OauthAuthorisationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OauthCodeResponseBOoauthCode(String userId, String accessToken, boolean finalStage)OauthServerInfoBOoauthServerInfo()OauthTokenHolderoauthToken(String code)
-
-
-
Method Detail
-
oauthCode
OauthCodeResponseBO oauthCode(String userId, String accessToken, boolean finalStage)
- Parameters:
userId- User id- Returns:
- OauthCodeResponseBO representation of oauth code
-
oauthToken
OauthTokenHolder oauthToken(String code)
- Parameters:
code- Oauth code- Returns:
- OauthTokenResponseBO representation of oauth token
-
oauthServerInfo
OauthServerInfoBO oauthServerInfo()
- Returns:
- OauthServerInfoBO Authorization server metadata request
-
-