pub struct OAuthManager {}Implementations§
Source§impl OAuthManager
impl OAuthManager
pub fn new() -> OAuthManager
pub fn token_exchange( &mut self, _req: &TokenRequest, _ctx: &AuthenticationContext, )
Auto Trait Implementations§
impl Freeze for OAuthManager
impl RefUnwindSafe for OAuthManager
impl Send for OAuthManager
impl Sync for OAuthManager
impl Unpin for OAuthManager
impl UnwindSafe for OAuthManager
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