interface AuthAttribute {
    key: string;
    type?: string;
    value?: unknown;
}

Properties

Properties

key: string
type?: string
value?: unknown