GoogleAuthExt

Trait GoogleAuthExt 

Source
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.

Required Methods§

Source

fn google_auth(&self) -> &GoogleAuth<R>

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> GoogleAuthExt<R> for T