Skip to main content

auth_uiaa

Function auth_uiaa 

Source
pub(crate) async fn auth_uiaa<T>(
    services: &Services,
    body: &Args<T>,
) -> Result<OwnedUserId>
where T: IncomingRequest + Send + Sync,