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 2b48b3c commit d7deddeCopy full SHA for d7dedde
Assets/Plugins/Web3AuthSDK/Types/Web3AuthOptions.cs
@@ -41,7 +41,7 @@ public string walletSdkUrl {
41
public int sessionTime { get; set; } = 86400;
42
public ChainConfig? chainConfig { get; set; }
43
public Dictionary<string, string> originData { get; set; } = null;
44
- public bool? includeUserDataInToken { get; set; } = false;
+ public bool? includeUserDataInToken { get; set; } = true;
45
46
public string dashboardUrl
47
{
0 commit comments