Expand description
§Token provider.
A Keystone token is an alpha-numeric text string that enables access to OpenStack APIs and resources. A token may be revoked at any time and is valid for a finite duration. OpenStack Identity is an integration service that does not aspire to be a full-fledged identity store and management solution.
Re-exports§
pub use error::TokenProviderError;pub use crate::token::types::*;
Modules§
- backend
- Token provider backends.
- error
- Token provider errors.
- service
- Token provider.
- types
- Token provider types.