IdentifierChangedPayload Class
Identifier Changed (RISC 1.0 Section 2.5): the identifier in the subject has changed. The subject MUST be an email or phone_number subject carrying the OLD value, and only the provider authoritative over the identifier should issue the event - a username change at a non-authoritative provider is Recovery Information Changed (Section 2.10) instead.
public sealed record IdentifierChangedPayload : Abblix.SecurityEvents.Events.IEventPayload, System.IEquatable<Abblix.SecurityEvents.RISC.IdentifierChangedPayload>Inheritance System.Object → IdentifierChangedPayload
Implements IEventPayload, System.IEquatable<IdentifierChangedPayload>
Properties
IdentifierChangedPayload.NewValue Property
OPTIONAL. The new value of the identifier (RISC 1.0 Section 2.5).
public string? NewValue { get; init; }