AuthEventType class

The authentication event type.

Constructors

AuthEventType({List<ChallengeResponseType>? challengeResponses, DateTime? creationDate, EventContextDataType? eventContextData, EventFeedbackType? eventFeedback, String? eventId, EventResponseType? eventResponse, EventRiskType? eventRisk, EventType? eventType})
AuthEventType.fromJson(Map<String, dynamic> json)
factory

Properties

challengeResponses List<ChallengeResponseType>?
The challenge responses.
final
creationDate DateTime?
The creation date
final
eventContextData EventContextDataType?
The user context data captured at the time of an event request. It provides additional information about the client from which event the request is received.
final
eventFeedback EventFeedbackType?
A flag specifying the user feedback captured at the time of an event request is good or bad.
final
eventId String?
The event ID.
final
eventResponse EventResponseType?
The event response.
final
eventRisk EventRiskType?
The event risk.
final
eventType EventType?
The event type.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited