[][src]Trait em_client::AuthApi

pub trait AuthApi {
    type Error;
    fn authenticate_user(&self) -> Result<AuthResponse, Self::Error>;
}

Associated Types

type Error

Loading content...

Required methods

fn authenticate_user(&self) -> Result<AuthResponse, Self::Error>

Non OAuth based User authentication

Loading content...

Implementors

Loading content...