export declare const slackOAuthEndpoint = "https://slack.com/oauth/v2/authorize"; export declare const slackScope = "team:read,users:read,users:read.email"; export declare const googleOAuthEndpoint = "https://accounts.google.com/o/oauth2/v2/auth"; export declare const googleScope = "https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email"; export declare const microsoftOAuthEndpoint = "https://login.microsoftonline.com/common/oauth2/v2.0/authorize"; export declare const microsoftTokenEndpoint = "https://login.microsoftonline.com/common/oauth2/v2.0/token"; export declare const microsoftScope = "openid offline_access https://graph.microsoft.com/mail.read https://graph.microsoft.com/User.Read"; export declare const deepLink = "solyd://auth/:token"; export declare const solydRedirectUri = "solyd_redirect_uri"; //# sourceMappingURL=auth.d.ts.map