Values_1.OAuthClientCredentialsSourceThe OAuth 2.0 client credentials used for authenticating a data source connection. Use this structure to provide a client ID, client secret, and username directly instead of referencing a secret stored in Amazon Secrets Manager. This structure supports data sources that use two-legged OAuth (2LO) authentication, such as Snowflake.
type nonrec t = {clientId : OAuthClientId.t option;The client ID of the OAuth 2.0 application that is registered with the data source provider.
*)clientSecret : OAuthClientSecret.t option;The client secret of the OAuth 2.0 application that is registered with the data source provider.
*)username : OAuthUsername.t option;The username of the account that is used for OAuth 2.0 client credentials authentication with the data source provider.
*)}