Module openstack::auth [] [src]

Authentication modules.

Usually, accessing OpenStack services requires authentication. This module provides a way to authenticate against an Identity service, as well as simple authentication implementations for standalone use.

Reexports

pub use self::base::AuthError;
pub use self::base::AuthMethod;
pub use self::base::NoAuth;
pub use self::identity::Identity;

Modules

base

Base code for authentication.

identity

OpenStack Identity V3 API support for access tokens.