LoginEvent
Inherits: Event['Page']
Event payload for OAuth login completion.
Emitted to Page.on_login for both successful and
failed authorization attempts.
Properties
-
error(str | None) –Error code or message when login failed; empty/
Noneon success. -
error_description(str | None) –Provider-specific error details when login failed.