Token Cache
For clients to delegate saving of tokens.
TokenCache – Separate token storage from token management.
- exception bosdyn.client.token_cache.TokenCacheError[source]
Bases:
Error
General class of errors to handle non-response non-grpc errors.
- exception bosdyn.client.token_cache.ClearFailedError[source]
Bases:
TokenCacheError
Failed to delete the token from storage.
- exception bosdyn.client.token_cache.NotInCacheError[source]
Bases:
TokenCacheError
Failed to read the token from cache.
- exception bosdyn.client.token_cache.WriteFailedError[source]
Bases:
TokenCacheError
Failed to write the token to storage.
- class bosdyn.client.token_cache.TokenCache[source]
Bases:
object
No-op default cache that serves as an interface.