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
I am using this library in an iOS App that needs authentication to Firebase with the id_token got by calling FIRAuth.auth()?.signIn(withCustomToken:...)
From what I understood I need to do the following steps in order to get this custom token:
login to Auth0 with email and password to get the credentials via the Auth0.authentication() .login(...) method
with the credentials I get the profile via the Auth0.authentication().tokenInfo(...) method
get the delegation token from the id_token in the profile
But I this library I cannot find any method to get a delegation token. Is this missing or I have misunderstood the logic ?
Thanks a lot 😉
The text was updated successfully, but these errors were encountered:
Hi 🙂
I am using this library in an iOS App that needs authentication to Firebase with the id_token got by calling
FIRAuth.auth()?.signIn(withCustomToken:...)
From what I understood I need to do the following steps in order to get this custom token:
Auth0.authentication() .login(...)
methodAuth0.authentication().tokenInfo(...) method
But I this library I cannot find any method to get a delegation token. Is this missing or I have misunderstood the logic ?
Thanks a lot 😉
The text was updated successfully, but these errors were encountered: