Interface AuthContext

Hierarchy

  • AuthContext

Properties

auth: {
    method: Method;
    subject: string;
    verified: boolean;
}

Type declaration

  • method: Method
  • subject: string
  • verified: boolean
defaultProfile: string
email: string
name: string
profiles: AuthProfile[]
roles: "admin"[]
userId: string

Generated using TypeDoc