Skip to content

Function: AuthGuard()

ts
function AuthGuard(type?): Type<IAuthGuard>;

Defined in: packages/passport/src/auth.guard.ts:34

Parameters

ParameterType
type?StrategyType

Returns

Type<IAuthGuard>

Released under the MIT License.