Minima.js API / @minimajs/auth / AuthCallback
Type Alias: AuthCallback()<T>
ts
type AuthCallback<T> = () => Promise<T> | T;Defined in: packages/auth/src/auth.ts:13
Type Parameters
T
T
Returns
Promise<T> | T