Home
last modified time | relevance | path

Searched defs:auth_id (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/appengine/auth/
Dmodels.py224 def add_auth_id(self, auth_id): argument
248 def get_by_auth_id(cls, auth_id): argument
284 def get_by_auth_password(cls, auth_id, password): argument
364 def create_user(cls, auth_id, unique_properties=None, **user_values): argument
/external/chromium-trace/trace-viewer/third_party/webapp2/tests/
Dextras_appengine_auth_models_test.py15 auth_id = model.StringProperty() variable in User
168 def create_user(username, auth_id, email): argument
/external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
Dauth.py135 def get_user_by_auth_password(self, auth_id, password, silent=False): argument
261 def validate_password(self, auth_id, password, silent=False): argument
435 def get_user_by_password(self, auth_id, password, remember=False, argument
/external/wpa_supplicant_8/src/ap/
Dap_config.h202 u8 auth_id[MAX_NAI_AUTH_TYPES]; member