@authgear/nestjs / Public
Function: Public()
Public():
CustomDecorator<string>
Defined in: src/decorators/public.decorator.ts:5
Mark a route or controller as public so AuthgearAuthGuard skips it.
Returns
CustomDecorator<string>
@authgear/nestjs / Public
Public():
CustomDecorator<string>
Defined in: src/decorators/public.decorator.ts:5
Mark a route or controller as public so AuthgearAuthGuard skips it.
CustomDecorator<string>