pub struct AzureAd;Expand description
Azure AD / Entra ID — tenant is the tid (directory GUID) claim. Issuer is
https://login.microsoftonline.com/<tid>/v2.0.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AzureAd
impl RefUnwindSafe for AzureAd
impl Send for AzureAd
impl Sync for AzureAd
impl Unpin for AzureAd
impl UnsafeUnpin for AzureAd
impl UnwindSafe for AzureAd
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