@DefaultImplementation(value=DefaultTokenEndpointClient.class) public interface TokenEndpointClient
Modifier and Type | Method and Description |
---|---|
<G,R extends TokenResponse> |
sendRequest(TokenRequestContext<G,R> requestContext) |
@NonNull <G,R extends TokenResponse> org.reactivestreams.Publisher<R> sendRequest(TokenRequestContext<G,R> requestContext)
G
- The token request grant or bodyR
- The token response typerequestContext
- The token request context