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