SelectOTPLoginData¶ class SelectOTPLoginData[source]¶ Input data required for the OTP Login::Select operation. code: str¶ The OTP code. user_id: int¶ The user to log in as. confirm_session_termination: bool = False¶ Set to true to log in even when an active isolated session exists, which will terminate that session.