ConnectionOAuthResponseParameters.Builder |
ConnectionOAuthResponseParameters.Builder.authorizationEndpoint(String authorizationEndpoint) |
The URL to the HTTP endpoint that authorized the request.
|
static ConnectionOAuthResponseParameters.Builder |
ConnectionOAuthResponseParameters.builder() |
|
default ConnectionOAuthResponseParameters.Builder |
ConnectionOAuthResponseParameters.Builder.clientParameters(Consumer<ConnectionOAuthClientResponseParameters.Builder> clientParameters) |
A ConnectionOAuthClientResponseParameters object that contains details about the client
parameters returned when OAuth is specified as the authorization type.
|
ConnectionOAuthResponseParameters.Builder |
ConnectionOAuthResponseParameters.Builder.clientParameters(ConnectionOAuthClientResponseParameters clientParameters) |
A ConnectionOAuthClientResponseParameters object that contains details about the client
parameters returned when OAuth is specified as the authorization type.
|
ConnectionOAuthResponseParameters.Builder |
ConnectionOAuthResponseParameters.Builder.httpMethod(String httpMethod) |
The method used to connect to the HTTP endpoint.
|
ConnectionOAuthResponseParameters.Builder |
ConnectionOAuthResponseParameters.Builder.httpMethod(ConnectionOAuthHttpMethod httpMethod) |
The method used to connect to the HTTP endpoint.
|
default ConnectionOAuthResponseParameters.Builder |
ConnectionOAuthResponseParameters.Builder.oAuthHttpParameters(Consumer<ConnectionHttpParameters.Builder> oAuthHttpParameters) |
The additional HTTP parameters used for the OAuth authorization request.
|
ConnectionOAuthResponseParameters.Builder |
ConnectionOAuthResponseParameters.Builder.oAuthHttpParameters(ConnectionHttpParameters oAuthHttpParameters) |
The additional HTTP parameters used for the OAuth authorization request.
|
ConnectionOAuthResponseParameters.Builder |
ConnectionOAuthResponseParameters.toBuilder() |
|