OTPLoginResponse

class OTPLoginResponse[source]

Response when an OTP login session is created.

Use the id to confirm the code (otp_login.confirm). If that returns {“type”: “select”}, use it to list matching users (otp_login.list) and select one (otp_login.select).

id: str

The OTP session identifier, used for confirm, list, and select calls.