Skip to content

Commit cc37dfd

Browse files
committed
feat: update ExtraLoginOptions.cs
Signed-off-by: Gaurav Goel <[email protected]>
1 parent 0049a3b commit cc37dfd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Assets/Plugins/Web3AuthSDK/Types/ExtraLoginOptions.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ public class ExtraLoginOptions {
55
public string domain { get; set; }
66
public string client_id { get; set; }
77
public string leeway { get; set; }
8-
public string verifierIdField { get; set; }
9-
public bool isVerifierIdCaseSensitive { get; set; }
8+
public string userIdField { get; set; }
9+
public bool isUserIdCaseSensitive { get; set; }
1010
public Display display { get; set; }
1111
public Prompt prompt { get; set; }
1212
public string max_age { get; set; }
1313
public string ui_locales { get; set; }
1414
public string id_token { get; set; }
15+
public string access_token { get; set; }
1516
public string id_token_hint { get; set; }
1617
public string login_hint { get; set; }
1718
public string acr_values { get; set; }

0 commit comments

Comments
 (0)