Class NexusAuth
- Namespace
- RustPlusApi.Data
- Assembly
- RustPlusApi.dll
Cross-server authentication token returned by GetNexusAuthAsync.
public sealed record NexusAuth : IEquatable<NexusAuth>
- Inheritance
-
NexusAuth
- Implements
- Inherited Members
Properties
PlayerToken
Player authentication token for the target Nexus server.
public int PlayerToken { get; init; }
Property Value
ServerId
Identifier of the server within the Nexus cluster.
public string ServerId { get; init; }