Searched defs:auth_type (Results 1 – 5 of 5) sorted by relevance
10 "auth_type": "2", string25 "auth_type": "2", string36 "auth_type": "2", string51 "auth_type": "2", string151 "auth_type": "2", string166 "auth_type": "2", string
137 let auth_type = attrs.get_enum_attr::<AuthType>(&column::AUTH_TYPE)?; in build_secret_key() localVariable
30 let auth_type = AuthType::None; in build_db_key_secret_key() localVariable
28 auth_type: AuthType, field
378 let auth_type = query_result.get_enum_attr(&column::AUTH_TYPE)?; in upgrade_key_alias() localVariable