Back to reference

OAuthConfig deprecated

Configuration for connected accounts

Deprecated: since v1.6.7

interface OAuthConfig {
  redirectUri: string;
}

Properties

redirectUri deprecatedstring
URI to redirect to after successful account connection.
Deprecated: since v1.6.7 - Moved to EditorConfig as oauthRedirectUri

Last Updated: 4/12/2023, 3:24:55 PM