UNPKG

198 BTypeScriptView Raw
1export declare const AUTH_CALLBACKS = "AuthCallbacks";
2export interface AuthCallbacks {
3 buildUserRolesList?(profileData: any): string[];
4 buildUserPropertiesObject?(profileData: any): any;
5}