Function gr::remote::get_auth_user

source ยท
pub fn get_auth_user(
    domain: String,
    path: String,
    config: Arc<Config>,
    refresh_cache: bool,
) -> Result<Arc<dyn UserInfo + Send + Sync + 'static>>