bitwarden_generators::username_forwarders::fastmail

Function generate_with_api_url

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