public static interface CreateConnectionOAuthClientRequestParameters.Builder extends SdkPojo, CopyableBuilder<CreateConnectionOAuthClientRequestParameters.Builder,CreateConnectionOAuthClientRequestParameters>
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionOAuthClientRequestParameters.Builder |
clientID(String clientID)
The client ID to use for OAuth authorization for the connection.
|
CreateConnectionOAuthClientRequestParameters.Builder |
clientSecret(String clientSecret)
The client secret associated with the client ID to use for OAuth authorization for the connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConnectionOAuthClientRequestParameters.Builder clientID(String clientID)
The client ID to use for OAuth authorization for the connection.
clientID - The client ID to use for OAuth authorization for the connection.CreateConnectionOAuthClientRequestParameters.Builder clientSecret(String clientSecret)
The client secret associated with the client ID to use for OAuth authorization for the connection.
clientSecret - The client secret associated with the client ID to use for OAuth authorization for the connection.Copyright © 2023. All rights reserved.