- splatnet3_scraper.auth.NSO.get_user_access_token(session_token)
Obtains the user access token from the session token.
This method sends a request to Nintendo’s servers containing the session token to obtain the user access token and the
id_token. The user access token is then used to obtain the user’s data, while theid_tokenis used to obtain the user’s gtoken.