default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.authorizationCode(Consumer<ConnectorProperty.Builder> authorizationCode) |
The authorization code received from the authorization server after user consent.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.authorizationCode(ConnectorProperty authorizationCode) |
The authorization code received from the authorization server after user consent.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.authorizationCodeUrl(Consumer<ConnectorProperty.Builder> authorizationCodeUrl) |
The authorization endpoint URL where users will be redirected to grant authorization.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.authorizationCodeUrl(ConnectorProperty authorizationCodeUrl) |
The authorization endpoint URL where users will be redirected to grant authorization.
|
static ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.builder() |
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.clientId(Consumer<ConnectorProperty.Builder> clientId) |
The OAuth2 client identifier provided by the authorization server.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.clientId(ConnectorProperty clientId) |
The OAuth2 client identifier provided by the authorization server.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.clientSecret(Consumer<ConnectorProperty.Builder> clientSecret) |
The OAuth2 client secret provided by the authorization server.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.clientSecret(ConnectorProperty clientSecret) |
The OAuth2 client secret provided by the authorization server.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.contentType(String contentType) |
The content type to use for token exchange requests, such as application/x-www-form-urlencoded or
application/json.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.contentType(ContentType contentType) |
The content type to use for token exchange requests, such as application/x-www-form-urlencoded or
application/json.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.prompt(Consumer<ConnectorProperty.Builder> prompt) |
The OAuth2 prompt parameter that controls the authorization server's behavior during user authentication.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.prompt(ConnectorProperty prompt) |
The OAuth2 prompt parameter that controls the authorization server's behavior during user authentication.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.redirectUri(Consumer<ConnectorProperty.Builder> redirectUri) |
The redirect URI that must match the URI registered with the authorization server.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.redirectUri(ConnectorProperty redirectUri) |
The redirect URI that must match the URI registered with the authorization server.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.requestMethod(String requestMethod) |
The HTTP method to use when making token exchange requests, typically POST.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.requestMethod(HTTPMethod requestMethod) |
The HTTP method to use when making token exchange requests, typically POST.
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.scope(Consumer<ConnectorProperty.Builder> scope) |
The OAuth2 scope that defines the level of access requested for the authorization code flow.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.scope(ConnectorProperty scope) |
The OAuth2 scope that defines the level of access requested for the authorization code flow.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.toBuilder() |
|
default ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.tokenUrl(Consumer<ConnectorProperty.Builder> tokenUrl) |
The token endpoint URL where the authorization code will be exchanged for an access token.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.tokenUrl(ConnectorProperty tokenUrl) |
The token endpoint URL where the authorization code will be exchanged for an access token.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.tokenUrlParameters(Collection<ConnectorProperty> tokenUrlParameters) |
Additional parameters to include in token URL requests as key-value pairs.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.tokenUrlParameters(Consumer<ConnectorProperty.Builder>... tokenUrlParameters) |
Additional parameters to include in token URL requests as key-value pairs.
|
ConnectorAuthorizationCodeProperties.Builder |
ConnectorAuthorizationCodeProperties.Builder.tokenUrlParameters(ConnectorProperty... tokenUrlParameters) |
Additional parameters to include in token URL requests as key-value pairs.
|