UserInfo = object
Defined in: src/auth/types.ts:5
Properties
| Property | Type | Defined in |
|---|---|---|
handle | string | src/auth/types.ts:7 |
hasRole | (role) => boolean | src/auth/types.ts:9 |
id | string | src/auth/types.ts:6 |
requireRole | (role) => void | src/auth/types.ts:10 |
roles | string[] | src/auth/types.ts:8 |