Skip to main content

postgres_auth_info_with_credential

Function postgres_auth_info_with_credential 

Source
pub(crate) fn postgres_auth_info_with_credential(
    users: &HashMap<String, (PasswordVerifier, PermissionMode)>,
    input_id: Identity<'_>,
) -> Result<PgAuthInfo>