default OAuth2PropertiesInput.Builder |
OAuth2PropertiesInput.Builder.authorizationCodeProperties(Consumer<AuthorizationCodeProperties.Builder> authorizationCodeProperties) |
The set of properties required for the the OAuth2 AUTHORIZATION_CODE grant type.
|
OAuth2PropertiesInput.Builder |
OAuth2PropertiesInput.Builder.authorizationCodeProperties(AuthorizationCodeProperties authorizationCodeProperties) |
The set of properties required for the the OAuth2 AUTHORIZATION_CODE grant type.
|
static OAuth2PropertiesInput.Builder |
OAuth2PropertiesInput.builder() |
|
default OAuth2PropertiesInput.Builder |
OAuth2PropertiesInput.Builder.oAuth2ClientApplication(Consumer<OAuth2ClientApplication.Builder> oAuth2ClientApplication) |
The client application type in the CreateConnection request.
|
OAuth2PropertiesInput.Builder |
OAuth2PropertiesInput.Builder.oAuth2ClientApplication(OAuth2ClientApplication oAuth2ClientApplication) |
The client application type in the CreateConnection request.
|
OAuth2PropertiesInput.Builder |
OAuth2PropertiesInput.Builder.oAuth2GrantType(String oAuth2GrantType) |
The OAuth2 grant type in the CreateConnection request.
|
OAuth2PropertiesInput.Builder |
OAuth2PropertiesInput.Builder.oAuth2GrantType(OAuth2GrantType oAuth2GrantType) |
The OAuth2 grant type in the CreateConnection request.
|
OAuth2PropertiesInput.Builder |
OAuth2PropertiesInput.toBuilder() |
|
OAuth2PropertiesInput.Builder |
OAuth2PropertiesInput.Builder.tokenUrl(String tokenUrl) |
The URL of the provider's authentication server, to exchange an authorization code for an access token.
|
OAuth2PropertiesInput.Builder |
OAuth2PropertiesInput.Builder.tokenUrlParametersMap(Map<String,String> tokenUrlParametersMap) |
A map of parameters that are added to the token GET request.
|