public static interface OAuth2Properties.Builder extends SdkPojo, CopyableBuilder<OAuth2Properties.Builder,OAuth2Properties>
| Modifier and Type | Method and Description |
|---|---|
OAuth2Properties.Builder |
oAuth2GrantType(OAuth2GrantType oAuth2GrantType)
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
|
OAuth2Properties.Builder |
oAuth2GrantType(String oAuth2GrantType)
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
|
OAuth2Properties.Builder |
tokenUrl(String tokenUrl)
The token URL required for OAuth 2.0 authentication.
|
OAuth2Properties.Builder |
tokenUrlCustomProperties(Map<String,String> tokenUrlCustomProperties)
Associates your token URL with a map of properties that you define.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOAuth2Properties.Builder tokenUrl(String tokenUrl)
The token URL required for OAuth 2.0 authentication.
tokenUrl - The token URL required for OAuth 2.0 authentication.OAuth2Properties.Builder oAuth2GrantType(String oAuth2GrantType)
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
oAuth2GrantType - The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.OAuth2GrantType,
OAuth2GrantTypeOAuth2Properties.Builder oAuth2GrantType(OAuth2GrantType oAuth2GrantType)
The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.
oAuth2GrantType - The OAuth 2.0 grant type used by connector for OAuth 2.0 authentication.OAuth2GrantType,
OAuth2GrantTypeOAuth2Properties.Builder tokenUrlCustomProperties(Map<String,String> tokenUrlCustomProperties)
Associates your token URL with a map of properties that you define. Use this parameter to provide any additional details that the connector requires to authenticate your request.
tokenUrlCustomProperties - Associates your token URL with a map of properties that you define. Use this parameter to provide any
additional details that the connector requires to authenticate your request.Copyright © 2023. All rights reserved.