Values.Oauth2CredentialSourceContains OAuth2 client credential information.
type nonrec t = {clientId : String2048.t;The client ID of the client application.
*)clientSecret : SensitiveString2048.t;The client secret of the client application.
*)}