Essentially converts the async get_user_id method to a sync method by blocking until the future is resolved. We do this because async functions are not allowed in the CXX bridge yet.
Depends on D4802
Differential D4815
[native] add blocking version of get_user_id method varun on Aug 11 2022, 12:30 PM. Authored by Tags None Referenced Files
Details Essentially converts the async get_user_id method to a sync method by blocking until the future is resolved. We do this because async functions are not allowed in the CXX bridge yet. Depends on D4802 Successfully called the sync version and get a response from the Identity service.
Diff Detail
|