splatnet3_scraper.auth.NSO.parse_npf_uri(uri)

Parses the uri returned by the Nintendo login page and extracts the session token code. This is used to pass the challenge and verify that the user is who they say they are.

Parameters:
uri : str

The uri returned by the Nintendo login page.

Returns:

str – The session token code. This is NOT the session token, but is used to obtain the session token.