-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Flutter guides + fix broken link
- Loading branch information
Showing
7 changed files
with
61 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,18 @@ | |
{ | ||
"privKey": "0ajjsdsd....", | ||
"userInfo": { | ||
"name": "John Dash", | ||
"email": "[email protected]", | ||
"name": "Web3Auth Heroes", | ||
"profileImage": "https://lh3.googleusercontent.com/a/Ajjjsdsmdjmnm...", | ||
"typeOfLogin": "google", | ||
"aggregateVerifier": "tkey-google", | ||
"verifier": "torus", | ||
"verifierId": "[email protected]", | ||
"email": "[email protected]", | ||
"dappShare": "<24 words seed phrase>", // will be sent only incase of custom verifiers | ||
"verifierId": "[email protected]", | ||
"typeOfLogin": "google", | ||
"aggregateVerifier": "w3a-google-sapphire", | ||
"dappShare": "", // 24 words of seed phrase will be sent only incase of custom verifiers | ||
"idToken": "<jwtToken issued by Web3Auth>", | ||
"oAuthIdToken": "<jwtToken issued by OAuth Provider>", // will be sent only incase of custom verifiers | ||
"oAuthAccessToken": "<accessToken issued by OAuth Provider>" // will be sent only incase of custom verifiers | ||
"oAuthAccessToken": "<accessToken issued by OAuth Provider>", // will be sent only incase of custom verifiers | ||
"isMfaEnabled": false // Returns whether the user has enabled MFA or not | ||
}, | ||
"ed25519PrivKey": "666523652352635....", | ||
"coreKitKey": "0xajjsdsd....", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,17 +2,18 @@ | |
{ | ||
"privKey": "0ajjsdsd....", | ||
"userInfo": { | ||
"name": "John Dash", | ||
"email": "[email protected]", | ||
"name": "Web3Auth Heroes", | ||
"profileImage": "https://lh3.googleusercontent.com/a/Ajjjsdsmdjmnm...", | ||
"typeOfLogin": "google", | ||
"aggregateVerifier": "tkey-google", | ||
"verifier": "torus", | ||
"verifierId": "[email protected]", | ||
"email": "[email protected]", | ||
"dappShare": "<24 words seed phrase>", // will be sent only incase of custom verifiers | ||
"verifierId": "[email protected]", | ||
"typeOfLogin": "google", | ||
"aggregateVerifier": "w3a-google-sapphire", | ||
"dappShare": "", // 24 words of seed phrase will be sent only incase of custom verifiers | ||
"idToken": "<jwtToken issued by Web3Auth>", | ||
"oAuthIdToken": "<jwtToken issued by OAuth Provider>", // will be sent only incase of custom verifiers | ||
"oAuthAccessToken": "<accessToken issued by OAuth Provider>" // will be sent only incase of custom verifiers | ||
"oAuthAccessToken": "<accessToken issued by OAuth Provider>", // will be sent only incase of custom verifiers | ||
"isMfaEnabled": false // Returns whether the user has enabled MFA or not | ||
}, | ||
"ed25519PrivKey": "666523652352635....", | ||
"coreKitKey": "0xajjsdsd....", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
```json | ||
{ | ||
"ed25519PrivKey": "666523652352635....", | ||
"privKey": "0ajjsdsd....", | ||
"userInfo": { | ||
"aggregateVerifier": "tkey-google", | ||
"email": "[email protected]", | ||
"name": "John Dash", | ||
"email": "[email protected]", | ||
"name": "Web3Auth Heroes", | ||
"profileImage": "https://lh3.googleusercontent.com/a/Ajjjsdsmdjmnm...", | ||
"typeOfLogin": "google", | ||
"verifier": "torus", | ||
"verifierId": "[email protected]", | ||
"dappShare": "<24 words seed phrase>", // will be sent only incase of custom verifiers | ||
"verifierId": "[email protected]", | ||
"typeOfLogin": "google", | ||
"aggregateVerifier": "w3a-google-sapphire", | ||
"dappShare": "", // 24 words of seed phrase will be sent only incase of custom verifiers | ||
"idToken": "<jwtToken issued by Web3Auth>", | ||
"oAuthIdToken": "<jwtToken issued by OAuth Provider>", // will be sent only incase of custom verifiers | ||
"oAuthAccessToken": "<accessToken issued by OAuth Provider>" // will be sent only incase of custom verifiers | ||
} | ||
"oAuthAccessToken": "<accessToken issued by OAuth Provider>", // will be sent only incase of custom verifiers | ||
"isMfaEnabled": false // Returns whether the user has enabled MFA or not | ||
}, | ||
"ed25519PrivKey": "666523652352635....", | ||
"coreKitKey": "0xajjsdsd....", | ||
"coreKitEd25519PrivKey": "666523652352635....", | ||
"sessionId": "0xajjsdsd...." | ||
} | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
534fb64
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
web3auth-docs – ./
web3auth-docs-web3auth.vercel.app
web3auth-docs-git-master-web3auth.vercel.app
w3a-docs.vercel.app