pub struct SignInWithIdTokenCredentials {
pub provider: Provider,
pub token: String,
pub access_token: Option<String>,
pub nonce: Option<String>,
pub gotrue_meta_security: Option<GotrueMetaSecurity>,
}Fields§
§provider: Provider§token: String§access_token: Option<String>§nonce: Option<String>§gotrue_meta_security: Option<GotrueMetaSecurity>Trait Implementations§
source§impl Debug for SignInWithIdTokenCredentials
impl Debug for SignInWithIdTokenCredentials
Auto Trait Implementations§
impl Freeze for SignInWithIdTokenCredentials
impl RefUnwindSafe for SignInWithIdTokenCredentials
impl Send for SignInWithIdTokenCredentials
impl Sync for SignInWithIdTokenCredentials
impl Unpin for SignInWithIdTokenCredentials
impl UnwindSafe for SignInWithIdTokenCredentials
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