splatnet3_scraper.auth.NSO.get_user_info(user_access_token)

Obtains the user information from the user access token.

This method will obtain the user information from the user access token. This includes the user’s set language, country, and birthday, which are used to obtain the user’s gtoken.

Parameters:
user_access_token : str

The user access token.

Returns:

dict[str, str] – The user information. This includes the user’s set language, country, and birthday.