EddyVerbruggen / cordova-plugin-touch-id

:nail_care: 👱‍♂️ Forget passwords, use a fingerprint scanner!
MIT License
214 stars 72 forks source link

Any method to get the id_token of touch/faceid scan? #43

Open fmp777 opened 6 years ago

fmp777 commented 6 years ago

Each time a user initiates authentication with a valid fingerprint, Touch ID retrieves the private key from the keystore, creates a token, signs it with the private key and sends it to Auth0. Auth0 then returns an id_token, the user profile and, optionally, a refresh_token.

Any method to retrieve the tokens and profile?

thanks for the plugin Eddy!