fractal::utils::oidc

Function discover_account_management_url

Source
pub(crate) async fn discover_account_management_url(
    client: &Client,
    issuer: Url,
) -> Result<Url, Box<dyn Error + Send + Sync>>
Expand description

Get the account management URL of the given authentication issuer with the given Matrix client.