Trait msal_browser::requests::SetBaseAuthRequest[][src]

pub trait SetBaseAuthRequest<'a> {
    fn base_request(&mut self) -> &mut BaseAuthRequest<'a>;

    fn set_authority<T>(self, authority: T) -> Self
    where
        T: Into<Cow<'a, str>>,
        Self: Sized
, { ... }
fn set_correlation_id<T>(self, correlation_id: T) -> Self
    where
        T: Into<Cow<'a, str>>,
        Self: Sized
, { ... } }

Required methods

fn base_request(&mut self) -> &mut BaseAuthRequest<'a>[src]

Loading content...

Provided methods

fn set_authority<T>(self, authority: T) -> Self where
    T: Into<Cow<'a, str>>,
    Self: Sized
[src]

fn set_correlation_id<T>(self, correlation_id: T) -> Self where
    T: Into<Cow<'a, str>>,
    Self: Sized
[src]

Loading content...

Implementors

impl<'a> SetBaseAuthRequest<'a> for AuthorizationUrlRequest<'a>[src]

impl<'a> SetBaseAuthRequest<'a> for RedirectRequest<'a>[src]

impl<'a> SetBaseAuthRequest<'a> for SilentRequest<'a>[src]

Loading content...