ConfirmPendingRegistrationData

class ConfirmPendingRegistrationData[source]

Input data required for the Pending Registration::Confirm operation.

code: str

The verification code.

username: str

Username to register.

name: str

Full name of the new user.

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

Password (omit for passwordless registration).