Searched refs:USER_CHANGE_AUTH (Results 1 – 2 of 2) sorted by relevance
31 const uint32_t USER_CHANGE_AUTH = 0x1; variable
867 uint32_t status = tokenSecret.oldSecret.empty() ? USER_ADD_AUTH : USER_CHANGE_AUTH; in UpdateESecret()