[][src]Trait osauth::identity::Identity

pub trait Identity {
    fn auth_url(&self) -> &Url;
}

Generic trait for authentication using Identity API V3.

Required methods

fn auth_url(&self) -> &Url

Get a reference to the auth URL.

Loading content...

Implementors

impl Identity for Password[src]

Loading content...