# Functions
InsertRevokedToken inserts the id of a revoked token into the Authenticator.
InsertTestingKey generates a new private key and updates the existing Authenticator with the associated public key.
NewClaim returns a minimal clam that would provide access to the requested schemas.
ProvideAuth is called by Wire to construct a JWT-based authenticator.
Sign generates a new JWT that is compatible with Replicator.
# Variables
PublicKeysTable is the name of the table that contains public keys used to validate incoming JWT tokens.
RefreshDelay controls how ofter a watcher will refresh its schema.
RevokedIdsTable allows a list of known-bad "jti" token ids to be rejected.
Set is used by Wire.