bitwarden_generators::username_forwarders::simplelogin

Function generate_with_api_url

source
async fn generate_with_api_url(
    http: &Client,
    api_key: String,
    website: Option<String>,
    api_url: String,
) -> Result<String, UsernameError>