Values.OAuth2ClientCredentialConfigurationSourceInformation about the OAuth 2.0 authentication credential/token used to configure a plugin.
type nonrec t = {secretArn : SecretArn.t;The ARN of the Secrets Manager secret that stores the OAuth 2.0 credentials/token used for plugin configuration.
*)roleArn : RoleArn.t;The ARN of an IAM role used by Amazon Q Business to access the OAuth 2.0 authentication credentials stored in a Secrets Manager secret.
*)tokenUrl : Url.t option;The URL required by the OAuth 2.0 protocol to exchange an end user authorization code for an access token.
*)}val make :
?authorizationUrl:??? ->
?tokenUrl:??? ->
secretArn:SecretArn.t ->
roleArn:RoleArn.t ->
unit ->
t