bitwarden_api_api::apis::two_factor_api

Function two_factor_yubikey_put

source
pub async fn two_factor_yubikey_put(
    configuration: &Configuration,
    update_two_factor_yubico_otp_request_model: Option<UpdateTwoFactorYubicoOtpRequestModel>,
) -> Result<TwoFactorYubiKeyResponseModel, Error<TwoFactorYubikeyPutError>>