Trait openstack::auth::Identity

source ·
pub trait Identity {
    fn auth_url(&self) -> &Url;
}
Expand description

Generic trait for authentication using Identity API V3.

Required Methods

Get a reference to the auth URL.

Implementors