pub struct MicrosoftTenantProvider { /* private fields */ }Expand description
Microsoft OpenID connect ID provider https://login.microsoftonline.com/common/v2.0/.well-known/openid-configuration
Implementations§
Source§impl MicrosoftTenantProvider
impl MicrosoftTenantProvider
Sourcepub fn any_tenant() -> Self
pub fn any_tenant() -> Self
Any tenant issuer
Trait Implementations§
Source§impl Clone for MicrosoftTenantProvider
impl Clone for MicrosoftTenantProvider
Source§fn clone(&self) -> MicrosoftTenantProvider
fn clone(&self) -> MicrosoftTenantProvider
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Provider for MicrosoftTenantProvider
impl Provider for MicrosoftTenantProvider
fn token_endpoint(&self) -> Url
fn validate_iss(&self, iss: &str) -> bool
fn client(self) -> ClientBuilder<Self>
Auto Trait Implementations§
impl Freeze for MicrosoftTenantProvider
impl RefUnwindSafe for MicrosoftTenantProvider
impl Send for MicrosoftTenantProvider
impl Sync for MicrosoftTenantProvider
impl Unpin for MicrosoftTenantProvider
impl UnwindSafe for MicrosoftTenantProvider
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more