Consider changing to the following defaults:
- Turn on the Token Cleanup Job
- Enable cleanup of consumed tokens in the cleanup job
- Change RefreshTokenUsage to ReUse
- Perhaps make the default depend on if we have a public or private client. Public clients get one time only, private get reusable. I think we can determine if clients are private based on the presence of a client secret, right?