WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`clientId`| Your Web3Auth Client ID. You can get it from the Web3Auth [Dashboard](https://dashboard.web3auth.io/) under project details. It's a mandatory field of type `string`|
95
-
|`network`| Defines the Web3Auth network. It's a mandatory field of type Network. |
95
+
|`network`| Defines the Web3Auth Network. It's a mandatory field of type Network. |
96
96
|`redirectUrl`| URL that Web3Auth will redirect API responses upon successful authentication from browser. It's a mandatory field of type `Uri`. |
97
97
|`whiteLabel?`| WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `WhiteLabelData` as a value. |
98
98
|`loginConfig?`| Login config for the custom verifiers. It takes `Dictionary<string, LoginConfigItem>` as a value. |
|`clientId`| Your Web3Auth Client ID. You can get it from Web3Auth [Dashboard](https://dashboard.web3auth.io/) under project details. It's a mandatory field of type `FString`|
44
-
|`network`| Defines the Web3Auth network. It's a mandatory field of type Network. |
44
+
|`network`| Defines the Web3Auth Network. It's a mandatory field of type Network. |
45
45
|`redirectUrl`| URL that Web3Auth will redirect API responses upon successful authentication from browser. It's a mandatory field of type `FString`. |
46
46
|`whiteLabel?`| WhiteLabel options for web3auth. It helps you define custom UI, branding, and translations for your brand app. It takes `FWhiteLabelData` as a value. |
47
47
|`loginConfig?`| Login config for the custom verifiers. It takes `TMap<FString, FLoginConfigItem>` as a value. |
0 commit comments