tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
OAuthGatewayLoginResult.cs
Go to the documentation of this file.
1using HotChocolate;
2
5
7{
11 public sealed class OAuthGatewayLoginResult : ILegacyApiTransformable<OAuthGatewayResponse>
12 {
16 public required string AccessCode { get; init; }
17
19 [GraphQLIgnore]
21 => new()
22 {
24 };
25 }
26}
Success result for an OAuth gateway login attempt.
required string AccessCode
The user's access token for the requested OAuth service.
Represents a host-side model that may be transformed into a TApiModel .