Skip to content

Commit

Permalink
Add Eid as mfa type
Browse files Browse the repository at this point in the history
  • Loading branch information
astri-magnussen authored and astrimagnussen committed Feb 23, 2022
1 parent 5ee636e commit 0562f28
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@ internal data class AuthState(
enum class MfaType(val value: String) {
PASSWORD("password"),
OTP("otp"),
SMS("sms")
SMS("sms"),
EID_NO("eid-no"), //Only used for PRE environment
EID_SE("eid-se"), //Only used for PRE environment
EID("eid"), // For Production
}

0 comments on commit 0562f28

Please sign in to comment.