Vixen
02b45cc4
csharp
public readonly record struct AuthenticationDecision

An authenticator's answer.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (5)

  • public AuthenticationOutcome Outcome

    Accept, reject, or not yet.

  • public string Identity

    Who the server should consider them to be, on Accept.

  • public string Reason

    Why not, on Reject. Sent to the client.

  • public static AuthenticationDecision Accept

    Let them in, as nobody in particular.

  • public static AuthenticationDecision Pending

    Not decided yet. The session will ask again next tick, until it times out.

Methods (3)

Used by (5)

  • ISessionAuthenticatorVixen.Net
  • NetworkSessionVixen.Net
  • ScriptedAuthenticatorVixen.Net.Tests
  • SessionTestsVixen.Net.Tests
  • PlayerAdmissionVixen.Live.Realm