Closed brandonapt closed 2 years ago
closed, im dumb lol,
reopened, as im still confused on how.
getToken returns an object (a GetTokenResult interface if you're using typescript) It has a property called token, which is a string
If you instead want to get the token from the session, you can use the Session.token property
thanks! i appreciate the help. also, your docs return a 404 when clicking on the globals.
im successfully sending the roblox funcaptcha and displaying it on a website and solving it, but how would i get the actual captcha token to provide to the login API? Sorry if this is a dumb question and is easier hen i thought!