public static interface Oauth2Credential.Builder extends SdkPojo, CopyableBuilder<Oauth2Credential.Builder,Oauth2Credential>
| Modifier and Type | Method and Description |
|---|---|
Oauth2Credential.Builder |
clientId(String clientId)
The client ID of the client application.
|
Oauth2Credential.Builder |
clientSecret(String clientSecret)
The client secret of the client application.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOauth2Credential.Builder clientId(String clientId)
The client ID of the client application.
clientId - The client ID of the client application.Oauth2Credential.Builder clientSecret(String clientSecret)
The client secret of the client application.
clientSecret - The client secret of the client application.Copyright © 2023. All rights reserved.