Values.OAuth2DefaultsSourceContains the default values required for OAuth 2.0 authentication.
type nonrec t = {oauthScopes : OAuthScopeList.t option;OAuth 2.0 scopes that the connector supports.
*)tokenUrls : TokenUrlList.t option;Token URLs that can be used for OAuth 2.0 authentication.
*)authCodeUrls : AuthCodeUrlList.t option;Auth code URLs that can be used for OAuth 2.0 authentication.
*)oauth2GrantTypesSupported : OAuth2GrantTypeSupportedList.t option;OAuth 2.0 grant types supported by the connector.
*)oauth2CustomProperties : OAuth2CustomPropertiesList.t option;List of custom parameters required for OAuth 2.0 authentication.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Enum of string
| `String of OAuthScope.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `String of ConnectorSuppliedValue.t ] list
| `String of Key.t ])
list ]
list ])
list ]