pub trait GoogleAuthExt<R: Runtime> {
// Required method
fn google_auth(&self) -> &GoogleAuth<R>;
}Expand description
Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the google-auth APIs.
pub trait GoogleAuthExt<R: Runtime> {
// Required method
fn google_auth(&self) -> &GoogleAuth<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the google-auth APIs.