[−][src]Trait firestore_db_and_auth::FirebaseAuthBearer
Use the firebase documents API with this auth bearer
Required methods
Implementors
impl<'a> FirebaseAuthBearer<'a> for firestore_db_and_auth::sessions::service_account::Session
[src][−]
fn projectid(&'a self) -> &'a str
[src]
fn bearer(&'a self) -> String
[src][−]
Return the encoded jwt to be used as bearer token. If the jwt issue_at is older than 50 mins, it will be updated to the current time.