pub async fn get_devices(user_id: &UserId) -> Result<Vec<FrontendDevice>>
Expand description
Get the list of this user’s account registered devices.
pub async fn get_devices(user_id: &UserId) -> Result<Vec<FrontendDevice>>
Get the list of this user’s account registered devices.