Skip to content

Commit 5a949fc

Browse files
committed
feat: new providers added
Signed-off-by: Gaurav Goel <[email protected]>
1 parent df6e13d commit 5a949fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Assets/Plugins/Web3AuthSDK/Types/Provider.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@ public enum Provider
3838
[EnumMember(Value = "jwt")]
3939
JWT,
4040
[EnumMember(Value = "CUSTOM_VERIFIER")]
41-
CUSTOM_VERIFIER
41+
CUSTOM_VERIFIER,
42+
[EnumMember(Value = "sms_passwordless")]
43+
SMS_PASSWORDLESS,
44+
[EnumMember(Value = "farcaster")]
45+
FARCASTER
4246
}

0 commit comments

Comments
 (0)