pub struct GetOAuthUrl;
Expand description
Get URL for oauth callback
§Flow (login/register)
GET /v1/session/oauth/url/{service}/{kind}
(this route)- Continue from
CreateOAuth
Trait Implementations§
Source§impl ApiEndpoint for GetOAuthUrl
impl ApiEndpoint for GetOAuthUrl
Source§type Path = GetOAuthPath
type Path = GetOAuthPath
The path type for this endpoint.
Source§type Res = GetOAuthUrlResponse
type Res = GetOAuthUrlResponse
The response type for this endpoint.
Source§type Err = EmptyError
type Err = EmptyError
The (inner) error type for this endpoint.
Auto Trait Implementations§
impl Freeze for GetOAuthUrl
impl RefUnwindSafe for GetOAuthUrl
impl Send for GetOAuthUrl
impl Sync for GetOAuthUrl
impl Unpin for GetOAuthUrl
impl UnwindSafe for GetOAuthUrl
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