Vixen
02b45cc4
csharp
public record class SignInRequest

What a client sends to prove who it is.

Read the guide page for this →

Remarks

⚠ Credential is opaque to the gate and to this assembly. It is whatever the named Scheme understands — a Steam session ticket, an OIDC id token, an EOS auth token, a development handle. Nothing in the engine reads it; the deployment's IAccountAuthority does, and answers with the handle it means.

Fields and properties (2)

  • public string Scheme

    Which authority. steam, oidc, development.

  • public string Credential

    What that authority wants. Never a password this layer handles.

Methods (1)

  • public SignInRequest(string Scheme, string Credential)

    What a client sends to prove who it is.

Used by (4)

  • GateClientVixen.Live.Client
  • GateEndpointsVixen.Live.Gate
  • GateJsonVixen.Live.Abstractions
  • GateServiceVixen.Live.Gate