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
|`verifier`| The name of the verifier that you have registered on the Web3Auth Dashboard. It's a mandatory field, and accepts `string` as a value. |
52
-
|`typeOfLogin`| Type of login of this verifier, this value will affect the login flow that is adapted. For example, if you choose `google`, a Google sign-in flow will be used. If you choose `jwt`, you should be providing your own JWT token, no sign-in flow will be presented. It's a mandatory field, and accepts `TypeOfLogin` as a value. |
53
-
|`clientId`| Client id provided by your login provider used for custom verifier. e.g. Google's Client ID or Web3Auth's client Id if using 'jwt' as TypeOfLogin. It's a mandatory field, and accepts `string` as a value. |
54
-
|`name?`| Display name for the verifier. If null, the default name is used. It accepts `string` as a value. |
55
-
|`description?`| Description for the button. If provided, it renders as a full length button. else, icon button. It accepts `string` as a value. |
56
-
|`verifierSubIdentifier?`| The field in JWT token which maps to verifier id. Please make sure you selected correct JWT verifier id in the developer dashboard. It accepts `string` as a value. |
57
-
|`logoHover?`| Logo to be shown on mouse hover. It accepts `string` as a value. |
58
-
|`logoLight?`| Light logo for dark background. It accepts `string` as a value. |
59
-
|`logoDark?`| Dark logo for light background. It accepts `string` as a value. |
60
-
|`mainOption?`| Show login button on the main list. It accepts `bool` as a value. Default value is false. |
61
-
|`showOnModal?`| Whether to show the login button on modal or not. Default value is true. |
62
-
|`showOnDesktop?`| Whether to show the login button on desktop. Default value is true. |
63
-
|`showOnMobile?`| Whether to show the login button on mobile. Default value is true. |
|`verifier`| The name of the verifier that you have registered on the Web3Auth Dashboard. It's a mandatory field, and accepts `string` as a value. |
52
+
|`typeOfLogin`| Type of login for this verifier, this value will affect the login flow that is adapted. For example, if you choose `google`, a Google sign-in flow will be used. If you choose `jwt`, you should provide your own JWT token, no sign-in flow will be presented. It's a mandatory field, and accepts `TypeOfLogin` as a value. |
53
+
|`clientId`| Client id provided by your login provider used for custom verifier. e.g. Google's Client ID or Web3Auth's client Id if using 'jwt' as TypeOfLogin. It's a mandatory field, and accepts `string` as a value. |
54
+
|`name?`| Display name for the verifier. If null, the default name is used. It accepts `string` as a value. |
55
+
|`description?`| Description for the button. If provided, it renders as a full length button. else, icon button. It accepts `string` as a value. |
56
+
|`verifierSubIdentifier?`| The field in JWT token which maps to verifier id. Please make sure you selected correct JWT verifier id in the developer dashboard. It accepts `string` as a value. |
57
+
|`logoHover?`| Logo to be shown on mouse hover. It accepts `string` as a value. |
58
+
|`logoLight?`| Light logo for dark background. It accepts `string` as a value. |
59
+
|`logoDark?`| Dark logo for light background. It accepts `string` as a value. |
60
+
|`mainOption?`| Show login button on the main list. It accepts `bool` as a value. Default value is false. |
61
+
|`showOnModal?`| Whether to show the login button on modal or not. Default value is true. |
62
+
|`showOnDesktop?`| Whether to show the login button on desktop. Default value is true. |
63
+
|`showOnMobile?`| Whether to show the login button on mobile. Default value is true. |
0 commit comments