Type alias AuthDescriptorRegistration<T>

AuthDescriptorRegistration<T>: {
    args: T;
    authType: AuthType;
    rules: AuthDescriptorRules | null;
}

Type Parameters

Type declaration