MultiFactorSettingAttribute
Members
Namespace: ASPSecurityKit.ServiceStack
Assembly: ASPSecurityKit.ServiceStack.dll
Summary
Attribute to indicate that the associated request is used to manage multi-factor settings. Hence should be accessible to enable MFA when MFA is enforced on user. Other APIs are blocked because user hasn’t enabled MFA.
Constructors
#ctor(applyTo)
Summary
Initializes a new instance of the MultiFactorSettingAttribute class.
Parameters
Name | Type | Description |
---|---|---|
applyTo | ServiceStack.ApplyTo | Determines to which http method call it applies. |