Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.1 KB

how-to-swap-slot-configs.md

File metadata and controls

31 lines (23 loc) · 1.1 KB
uid
OtpSwapSlot

How to swap slot configurations

Because swapping slot settings requires zero configuration, this operation is not designed as a Fluent Builder operation. It’s as simple as calling the SwapSlots method:

using (OtpSession otp = new OtpSession(yKey))
{
  otp.SwapSlots();
}

Note

This method will fail if at least one of the slots is not currently configured. Also, if one or both of the slots is protected with an access code, this method will fail.