Searched defs:active_attribute (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Ddb-oauth2.c39 const char *active_attribute; member in struct:passdb_oauth2_settings
104 DEF_STR(active_attribute),
134 .active_attribute = "",
304 if (*req->db->set.active_attribute != '\0' && !auth_fields_exists(req->fields, req->db->set.active_attribute))
483 if (*req->db->set.active_attribute != '\0') {
484 const char *active_value = auth_fields_find(req->fields, req->db->set.active_attribute);

Completed in 347 milliseconds