splatnet3_scraper.auth.NSO.generate_login_url(user_agent=None)

Generates the login URL that can be used to obtain the session token.

This method will generate the login URL that is used to obtain the session token. For full details on how to obtain a session token, see the Obtaining a session token section of the documentation.

Parameters:
user_agent : str

The user agent to use. Defaults to the default user agent found in constants.py.

Returns:

str – The login URL that can be used to obtain the session token.