The interface of a user attribute.

interface AuthUserAttribute<UserAttributeKey> {
    attributeKey: UserAttributeKey;
    value: string;
}

Type Parameters

Properties

Properties

attributeKey: UserAttributeKey
value: string