Interface TokenEndpointClient

    • Method Detail

      • sendRequest

        @Nonnull
        <G,​R extends TokenResponse> org.reactivestreams.Publisher<R> sendRequest​(TokenRequestContext<G,​R> requestContext)
        Type Parameters:
        G - The token request grant or body
        R - The token response type
        Parameters:
        requestContext - The token request context
        Returns:
        a HTTP Request to the Token Endpoint with Authorization Code Grant payload.