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