File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Assets/Plugins/Web3AuthSDK/Types Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 ; }
You can’t perform that action at this time.
0 commit comments