Struct openstack::auth::PasswordAuth[][src]

pub struct PasswordAuth { /* fields omitted */ }

Password authentication using Identity API V3.

Has to be created via Identity object methods.

Methods

impl PasswordAuth
[src]

Get a reference to the auth URL.

Trait Implementations

impl Clone for PasswordAuth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PasswordAuth
[src]

Formats the value using the given formatter. Read more

impl AuthMethod for PasswordAuth
[src]

Get region.

Create an authenticated request.

Get a URL for the requested service.

Refresh the authentication (renew the token, etc).

Default endpoint interface that is used when none is provided.

Auto Trait Implementations

impl Send for PasswordAuth

impl !Sync for PasswordAuth