- splatnet3_scraper.auth.NSO.generate_new_verifier()
Generates a new code verifier, which is a random 32 byte string that is base64url encoded and with padding removed. This is used to generate the S256 code challenge.
- Returns:¶
bytes – The code verifier, without padding.