Preparing search index...
The search index is not available
zibri
zibri
auth/decorators/require-2fa.decorator
Require2faFn
Interface Require2faFn
The type of the require 2fa decorator.
interface
Require2faFn
{
skip
:
()
=>
MethodDecorator
&
ClassDecorator
;
(
allowedMethods
?:
TwoFactorMethods
)
:
MethodDecorator
&
ClassDecorator
;
}
Require2faFn
(
allowedMethods
?:
TwoFactorMethods
,
)
:
MethodDecorator
&
ClassDecorator
Parameters
Optional
allowedMethods
:
TwoFactorMethods
Returns
MethodDecorator
&
ClassDecorator
Index
Properties
skip
Properties
skip
skip
:
()
=>
MethodDecorator
&
ClassDecorator
This skips the require 2fa validation.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
skip
zibri
Loading...
The type of the require 2fa decorator.