We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935f193 commit 7bbf759Copy full SHA for 7bbf759
src/main/java/us/kbase/auth2/lib/storage/mongo/Fields.java
@@ -138,7 +138,7 @@ public class Fields {
138
/** A value for a custom context key / value pair. */
139
public static final String TOKEN_CUSTOM_VALUE = "v";
140
/** Whether the token was created with multi-factor authentication. */
141
- public static final String TOKEN_MFA_AUTHENTICATED = "mfaauth";
+ public static final String TOKEN_MFA_AUTHENTICATED = "mfa";
142
143
/* ************************
144
* temporary session data fields
0 commit comments