Skip to content

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

objectAuthenticationStartingEvent

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

public AuthenticationStartingEvent(ILink Link, IPlayer Player)

Parameters

Link ILink

Player IPlayer

Properties

public ILink Link { get; init; }

Property Value

ILink

Player

public IPlayer Player { get; init; }

Property Value

IPlayer

Result

public AuthenticationSide Result { get; set; }

Property Value

AuthenticationSide