Struct supabase_auth::models::SignInWithOAuthOptions
source · pub struct SignInWithOAuthOptions {
pub query_params: Option<HashMap<String, String>>,
pub redirect_to: Option<String>,
pub scopes: Option<String>,
pub skip_brower_redirect: Option<bool>,
}Fields§
§query_params: Option<HashMap<String, String>>§redirect_to: Option<String>§scopes: Option<String>§skip_brower_redirect: Option<bool>Trait Implementations§
source§impl Debug for SignInWithOAuthOptions
impl Debug for SignInWithOAuthOptions
Auto Trait Implementations§
impl Freeze for SignInWithOAuthOptions
impl RefUnwindSafe for SignInWithOAuthOptions
impl Send for SignInWithOAuthOptions
impl Sync for SignInWithOAuthOptions
impl Unpin for SignInWithOAuthOptions
impl UnwindSafe for SignInWithOAuthOptions
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