Searched defs:AuthenticatorSessionRequest (Results 1 – 1 of 1) sorted by relevance
89 struct AuthenticatorSessionRequest { struct90 std::string action;91 std::string sessionId;92 std::string name = UNKONW_STRING_VALUE;93 std::string owner = UNKONW_STRING_VALUE;94 std::string authType;95 std::string token;96 std::string bundleName = UNKONW_STRING_VALUE;97 std::string callerBundleName;98 std::string callerAbilityName = UNKONW_STRING_VALUE;[all …]