Hey, question, is there Node API to get the type o...
# support-questions-legacy
r
Hey, question, is there Node API to get the type of authentification type by userId? What I want is to know the
type
of the user whether it's
passwordless
or
google
or
microsoft
or
github
or
sms
etc. I do mapping between ST db and app db (.e.g if the user is there and is having identity from ST then he's onboarded) and I would want to keep this info in our DB (for the sake of analytics, a bit redundant as all that info is in ST db, but I don't want to access it directly using SQL, but only through SDK)