Type alias AuthDescriptor<T>

AuthDescriptor<T>: {
    accountId: Buffer;
    args: T;
    authType: AuthType;
    created: Date;
    id: Buffer;
    rules: AuthDescriptorRules | null;
}

Type Parameters

Type declaration