Interface: AuthContext
Properties
| Property | Type |
|---|---|
auth | { invited: boolean; method: Method; subject: string; verified: boolean; } |
auth.invited? | boolean |
auth.method | Method |
auth.subject | string |
auth.verified | boolean |
defaultProfile | string |
email | string |
name | string |
profiles | { id: string; kind: "unknown" | ProfileType; name: string; perms: Permission[]; }[] |
roles | null | [] |
userId | string |