CreateOTPLoginData

class CreateOTPLoginData[source]

Input data required for the OTP Login::Create operation.

email: str

The email address to log in with.

pow: PowSolution

Proof-of-work solution (from GET /pow/challenge).

tenant_id: Just[str] | _Nothing[str] = Nothing

Optional tenant filter.