LoginAttemptEvent#

class gafaelfawr.events.LoginAttemptEvent(**data)#

Bases: EventPayload

User attempted to log in and was directed to the identity provider.

Records instances where Gafaelfawr sends the user to the identity provider for authentication. This does not include duplicate redirects when the given user already has an authentication in progress.

Parameters:

data (Any)

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Attributes Documentation

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].