Interface OauthAuthorisationService


  • public interface OauthAuthorisationService
    • 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