Searched defs:AuthTokenEntry (Results 1 – 3 of 3) sorted by relevance
91 pub fn insert_auth_token_entry(&self, entry: AuthTokenEntry) { in insert_auth_token_entry()99 ) -> Option<AuthTokenEntry> { in find_auth_token_entry()119 pub fn get_all_auth_token_entries(&self) -> Vec<AuthTokenEntry> { in get_all_auth_token_entries()
784 pub struct AuthTokenEntry { struct790 impl AuthTokenEntry { implementation3163 pub fn find_auth_token_entry<F>(&self, p: F) -> Option<(AuthTokenEntry, MonotonicRawTime)> in find_auth_token_entry()3386 fn get_auth_tokens(db: &KeystoreDB) -> Vec<AuthTokenEntry> { in get_auth_tokens()
702 fn find_auth_token<F>(p: F) -> Option<(AuthTokenEntry, MonotonicRawTime)> in find_auth_token()