property splatnet3_scraper.auth.NSO.state : bytes

Returns a base64url encoded random 36 byte string for the auth state. This is used to generate the login URL. To align with node.js’s crypto module, padding is removed. If the state has not been obtained yet, it will be obtained and stored by creating a random 36 byte string and then base64url encoding it.

Returns:

bytes – The auth state, without padding. This is used within the login flow to verify that the user is who they say they are.