Interface OAuth2IdentityProvider.OAuth2Context

    • Method Detail

      • getCallbackUrl

        java.lang.String getCallbackUrl()
        The callback URL that must be used by the identity provider
      • getHttpRequest

        HttpRequest getHttpRequest()
        Get the received HTTP request.
        Since:
        9.16
      • getHttpResponse

        HttpResponse getHttpResponse()
        Get the HTTP response to send.
        Since:
        9.16