Skip to content

Class AuthenticationFinishedEvent

Namespace: Void.Proxy.Api.Events.Authentication
Assembly: Void.Proxy.Api.dll

public record AuthenticationFinishedEvent : IScopedEvent, IEvent, IEquatable<AuthenticationFinishedEvent>

Inheritance

objectAuthenticationFinishedEvent

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

public AuthenticationFinishedEvent(ILink Link, IPlayer Player, AuthenticationSide Side, AuthenticationResult Result)

Parameters

Link ILink

Player IPlayer

Side AuthenticationSide

Result AuthenticationResult

Properties

public ILink Link { get; init; }

Property Value

ILink

Player

public IPlayer Player { get; init; }

Property Value

IPlayer

Result

public AuthenticationResult Result { get; init; }

Property Value

AuthenticationResult

Side

public AuthenticationSide Side { get; init; }

Property Value

AuthenticationSide