Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface TokenGenerator

Generates an secure, unguessable, alphanumeric token for use as a universally unique ID. Tokens are encoded with a https://www.crockford.com/wrmg/base32.html. This alphabet contains a mix of lowercase characters and digits and is resistant to decoding errors; for example 0, o, and 'O' are equivalent.