@cloudbase/auth 3.2.0 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -278,4 +278,5 @@ export declare function generateAuthInstance(config: TInitAuthOptions & {
278
278
  oauthInstance: CloudbaseOAuth;
279
279
  };
280
280
  export { UserInfo, Auth, WeixinAuthProvider, CustomAuthProvider, AnonymousAuthProvider };
281
+ export { AuthErrorCategory, AuthError } from '@cloudbase/oauth';
281
282
  export declare function registerAuth(app: Pick<ICloudbase, 'registerComponent'>): void;