Class AuthenticationFinishedEvent
Namespace: Void.Proxy.Api.Events.Authentication
Assembly: Void.Proxy.Api.dll
public record AuthenticationFinishedEvent : IScopedEvent, IEvent, IEquatable<AuthenticationFinishedEvent>Inheritance
object ← AuthenticationFinishedEvent
Implements
IScopedEvent, IEvent, IEquatable<AuthenticationFinishedEvent>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
AuthenticationFinishedEvent(ILink, IPlayer, AuthenticationSide, AuthenticationResult)
public AuthenticationFinishedEvent(ILink Link, IPlayer Player, AuthenticationSide Side, AuthenticationResult Result)Parameters
Link ILink
Player IPlayer
Side AuthenticationSide
Result AuthenticationResult
Properties
Link
public ILink Link { get; init; }Property Value
Player
public IPlayer Player { get; init; }Property Value
Result
public AuthenticationResult Result { get; init; }Property Value
Side
public AuthenticationSide Side { get; init; }