Expand description
§Core trait for implementing OpenStack authentication plugins to [openstack_sdk]
Re-exports§
pub use authtoken::AuthToken;pub use authtoken::AuthTokenError;pub use authtoken_scope::AuthTokenScope;pub use types::*;
Modules§
- authtoken
- OpenStack AuthToken based authorization (X-Auth-Token)
- authtoken_
scope - OpenStack AuthToken Scope handling
- types
- Types of the SDK authentication methods
Structs§
Enums§
- Auth
- An OpenStack Authentication type
- Auth
Error - Authentication error.
- Auth
State - Authentication state enum
- Builder
Error - Builder error.
Traits§
- Open
Stack Auth Type - The trait for authentication “plugins” for enabling OpenStack authentication.
- Open
Stack Multifactor Auth Method - The trait for multifactor-capable authentication methods.