bitwarden_api_api::apis::two_factor_api

Function two_factor_authenticator_put

source
pub async fn two_factor_authenticator_put(
    configuration: &Configuration,
    update_two_factor_authenticator_request_model: Option<UpdateTwoFactorAuthenticatorRequestModel>,
) -> Result<TwoFactorAuthenticatorResponseModel, Error<TwoFactorAuthenticatorPutError>>