Annotation Interface MfaEndpoint
Marks endpoint as available even if multi factory authentication is not passed yet.
Endpoints not marked with this annotation are not accessible when MFA is enabled.
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
If true endpoint is intended to be accessible only when user is configuring MFA for first time.
-
Element Details
-
registerOnly
boolean registerOnlyIf true endpoint is intended to be accessible only when user is configuring MFA for first time. If false endpoint is intended to be accessible when user have configured MFA but didn't authenticate yet. registerOnly endpoints are not accessible when user has configured MFA.- Default:
- false
-