Struct openstack::auth::base::NoAuth [] [src]

pub struct NoAuth { /* fields omitted */ }

Authentication method that provides no authentication (uses a fake token).

Methods

impl NoAuth
[src]

Create a new fake authentication method using a fixed endpoint.

Trait Implementations

impl Clone for NoAuth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NoAuth
[src]

Formats the value using the given formatter.

impl AuthMethod for NoAuth
[src]

Return a fake token for compliance with the protocol.

Get a predefined endpoint for all service types