public static interface OAuth2CustomParameter.Builder extends SdkPojo, CopyableBuilder<OAuth2CustomParameter.Builder,OAuth2CustomParameter>
| Modifier and Type | Method and Description |
|---|---|
OAuth2CustomParameter.Builder |
connectorSuppliedValues(Collection<String> connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
|
OAuth2CustomParameter.Builder |
connectorSuppliedValues(String... connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
|
OAuth2CustomParameter.Builder |
description(String description)
A description about the custom parameter used for OAuth 2.0 authentication.
|
OAuth2CustomParameter.Builder |
isRequired(Boolean isRequired)
Indicates whether the custom parameter for OAuth 2.0 authentication is required.
|
OAuth2CustomParameter.Builder |
isSensitiveField(Boolean isSensitiveField)
Indicates whether this authentication custom parameter is a sensitive field.
|
OAuth2CustomParameter.Builder |
key(String key)
The key of the custom parameter required for OAuth 2.0 authentication.
|
OAuth2CustomParameter.Builder |
label(String label)
The label of the custom parameter used for OAuth 2.0 authentication.
|
OAuth2CustomParameter.Builder |
type(OAuth2CustomPropType type)
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
|
OAuth2CustomParameter.Builder |
type(String type)
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOAuth2CustomParameter.Builder key(String key)
The key of the custom parameter required for OAuth 2.0 authentication.
key - The key of the custom parameter required for OAuth 2.0 authentication.OAuth2CustomParameter.Builder isRequired(Boolean isRequired)
Indicates whether the custom parameter for OAuth 2.0 authentication is required.
isRequired - Indicates whether the custom parameter for OAuth 2.0 authentication is required.OAuth2CustomParameter.Builder label(String label)
The label of the custom parameter used for OAuth 2.0 authentication.
label - The label of the custom parameter used for OAuth 2.0 authentication.OAuth2CustomParameter.Builder description(String description)
A description about the custom parameter used for OAuth 2.0 authentication.
description - A description about the custom parameter used for OAuth 2.0 authentication.OAuth2CustomParameter.Builder isSensitiveField(Boolean isSensitiveField)
Indicates whether this authentication custom parameter is a sensitive field.
isSensitiveField - Indicates whether this authentication custom parameter is a sensitive field.OAuth2CustomParameter.Builder connectorSuppliedValues(Collection<String> connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
connectorSuppliedValues - Contains default values for this authentication parameter that are supplied by the connector.OAuth2CustomParameter.Builder connectorSuppliedValues(String... connectorSuppliedValues)
Contains default values for this authentication parameter that are supplied by the connector.
connectorSuppliedValues - Contains default values for this authentication parameter that are supplied by the connector.OAuth2CustomParameter.Builder type(String type)
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
type - Indicates whether custom parameter is used with TokenUrl or AuthUrl.OAuth2CustomPropType,
OAuth2CustomPropTypeOAuth2CustomParameter.Builder type(OAuth2CustomPropType type)
Indicates whether custom parameter is used with TokenUrl or AuthUrl.
type - Indicates whether custom parameter is used with TokenUrl or AuthUrl.OAuth2CustomPropType,
OAuth2CustomPropTypeCopyright © 2022. All rights reserved.