auth/oauth/token library
Classes
- OAuthToken
- Wrapper for an OAuth token implementing expiration methods.
- RefreshingToken
- 
  Compositional implementation of Token that automatically refreshes
an underlying OAuthToken when required (credential expiration <= 1 min)
upon access_tokenattribute access.
- Token
- Base class representation of the YouTubeMusicAPI OAuth token.