Type Alias: AuthResult<TCtx>
Type Alias: AuthResult<TCtx>
Section titled “Type Alias: AuthResult<TCtx>”AuthResult<
TCtx> = {ok:true;clientGroupID:string;clientID:string;ctx:TCtx; } | {ok:false;reason?:string; }
Defined in: server/src/sync-handler.ts:45
Type Parameters
Section titled “Type Parameters”TCtx