pub trait TokenVerifier {
// Required method
fn verify(
&self,
project_id: &str,
current_time: i64,
) -> FirebaseAuthResult<()>;
}Expand description
Trait for token verification
pub trait TokenVerifier {
// Required method
fn verify(
&self,
project_id: &str,
current_time: i64,
) -> FirebaseAuthResult<()>;
}Trait for token verification