Function: RequireAuthentication
▸ RequireAuthentication(): <TFunction, Y>(target: object | TFunction, propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor<Y>) => void
Returns
fn
▸ <TFunction, Y>(target, propertyKey?, descriptor?): void
Type parameters
| Name | Type |
|---|---|
TFunction | extends Function |
Y | Y |
Parameters
| Name | Type |
|---|---|
target | object | TFunction |
propertyKey? | string | symbol |
descriptor? | TypedPropertyDescriptor<Y> |
Returns
void