pub struct BrowserOAuthHandler { /* private fields */ }Expand description
Default OAuthHandler that opens the system browser and listens
for the OAuth callback on a dynamically-assigned local port.
Implementations§
Trait Implementations§
Source§impl OAuthHandler for BrowserOAuthHandler
impl OAuthHandler for BrowserOAuthHandler
Source§fn redirect_uri(&self) -> &str
fn redirect_uri(&self) -> &str
The redirect URI the OAuth provider should send the user back to.
Present
auth_url and return the absolute callback URL.Auto Trait Implementations§
impl !Freeze for BrowserOAuthHandler
impl RefUnwindSafe for BrowserOAuthHandler
impl Send for BrowserOAuthHandler
impl Sync for BrowserOAuthHandler
impl Unpin for BrowserOAuthHandler
impl UnsafeUnpin for BrowserOAuthHandler
impl UnwindSafe for BrowserOAuthHandler
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