csharp
public record class SignInRequestWhat a client sends to prove who it is.
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 SchemeWhich authority. steam, oidc, development.
public string CredentialWhat 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