public static interface CustomAuthConfig.Builder extends SdkPojo, CopyableBuilder<CustomAuthConfig.Builder,CustomAuthConfig>
| Modifier and Type | Method and Description |
|---|---|
CustomAuthConfig.Builder |
authParameters(AuthParameter... authParameters)
Information about authentication parameters required for authentication.
|
CustomAuthConfig.Builder |
authParameters(Collection<AuthParameter> authParameters)
Information about authentication parameters required for authentication.
|
CustomAuthConfig.Builder |
authParameters(Consumer<AuthParameter.Builder>... authParameters)
Information about authentication parameters required for authentication.
|
CustomAuthConfig.Builder |
customAuthenticationType(String customAuthenticationType)
The authentication type that the custom connector uses.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomAuthConfig.Builder customAuthenticationType(String customAuthenticationType)
The authentication type that the custom connector uses.
customAuthenticationType - The authentication type that the custom connector uses.CustomAuthConfig.Builder authParameters(Collection<AuthParameter> authParameters)
Information about authentication parameters required for authentication.
authParameters - Information about authentication parameters required for authentication.CustomAuthConfig.Builder authParameters(AuthParameter... authParameters)
Information about authentication parameters required for authentication.
authParameters - Information about authentication parameters required for authentication.CustomAuthConfig.Builder authParameters(Consumer<AuthParameter.Builder>... authParameters)
Information about authentication parameters required for authentication.
This is a convenience method that creates an instance of theAuthParameter.Builder avoiding the need to create one
manually via AuthParameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #authParameters(List.
authParameters - a consumer that will call methods on
AuthParameter.Builder#authParameters(java.util.Collection) Copyright © 2023. All rights reserved.