You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** {@link AuthModule | Auth module} for user authentication and management. */
87
88
auth: AuthModule;
89
+
/** The underlying Axios instance used for API requests. Useful for making custom API calls with the same authentication and configuration as the SDK. */
90
+
axiosClient: AxiosInstance;
88
91
/** {@link EntitiesModule | Entities module} for CRUD operations on your data models. */
0 commit comments