Struct openstack::auth::identity::Identity [] [src]

pub struct Identity { /* fields omitted */ }

Authentication method factory using Identity API V3.

Methods

impl Identity
[src]

Get a reference to the auth URL.

Create a password authentication against the given Identity service.

Add authentication based on user name and password.

Request a token scoped to the given project.

Create an authentication method based on provided information.

Create an authentication method from environment variables.

Trait Implementations

impl Clone for Identity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Identity
[src]

Formats the value using the given formatter.