Hi, is there somewhere to find all the available m...
# support-questions-legacy
t
Hi, is there somewhere to find all the available methods for the backend sdk? I'm trying to build a Rest API where i can get the google auth url so inside my game i can get the authurl, then login using my endpoint to get my session token and use it for future requests inside my game. And currently, i only found the
getAuthorisationURLWithQueryParamsAndSetState
but why is this in the frontend package ? My frontend is my game in Unity C# so i'd prefer to use my backend api for this. Any way to do this ?
r
hey @TeK you can find the APIs exposed by our backend sdk's middleware here: https://supertokens.com/docs/fdi
t
No but i meant all the methods/functions of the nodejs package
sorry i forgot to say i was using nodejs ^^
r
2 Views