Skip to main content

profiles_list

Function profiles_list 

Source
pub async fn profiles_list(
    db: State<'_, DatabaseWrapper>,
    auth_manager: State<'_, AuthManagerWrapper>,
) -> Result<Vec<Profile>, String>
Expand description

List the accounts this device knows for the current server.

TRACES: UR-082 | DR-267