JWTPublicKeyUpdateEvent class

Models the JWT public key Refresh Token Revoke Event. This event might be for a single token, a user or an entire application.

@author Brian Pontarelli

Inheritance
Annotations
  • @JsonSerializable()

Constructors

JWTPublicKeyUpdateEvent({Set<String> applicationIds})
JWTPublicKeyUpdateEvent.fromJson(Map<String, dynamic> json)
factory

Properties

applicationIds Set<String>
getter/setter pair
createInstant num
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pairinherited
info EventInfo
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId String
getter/setter pairinherited
type EventType
getter/setter pairinherited

Methods

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

Operators

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