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