export declare const DEFAULT_PUBLIC_CLIENT_ID = "Chi8EwfFnEejksk3Sed9hlalGiM9B2v7"; /** * Scope set for the interactive device-code flow. Adds the OIDC user- * context scopes plus `offline_access` so we get a refresh token back. * Joining with spaces is the OAuth/OIDC standard separator for the * `scope` parameter. */ export declare const SCAI_DEVICE_FLOW_SCOPES: string; /** * Scope set for the client_credentials (m2m) flow. OIDC user-context * scopes (openid/profile/email) and `offline_access` don't apply to * machine clients; restrict to the API scopes only. */ export declare const SCAI_CLIENT_CREDENTIALS_SCOPES: string;