pub struct OauthApi { /* private fields */ }Expand description
OAuth endpoint namespace under provider routes.
Implementations§
Source§impl OauthApi
impl OauthApi
pub async fn callback(&self, options: RequestOptions) -> Result<ApiResponse>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OauthApi
impl !RefUnwindSafe for OauthApi
impl Send for OauthApi
impl Sync for OauthApi
impl Unpin for OauthApi
impl UnsafeUnpin for OauthApi
impl !UnwindSafe for OauthApi
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