example_oidc_cli

Function build_client

Source
pub(crate) async fn build_client(
    data_dir: &Path,
) -> Result<(Client, ClientSession, String)>
Expand description

Build a new client.

Returns the client, the data required to restore the client, and the OIDC issuer advertised by the homeserver.