Trait Identity
openstack::auth
pub trait Identity { fn auth_url(&self) -> &Url; }
Generic trait for authentication using Identity API V3.
fn auth_url(&self) -> &Url
Get a reference to the auth URL.
impl Identity for Password