tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
OAuthGatewayResponse.cs
Go to the documentation of this file.
2{
6 public sealed class OAuthGatewayResponse
7 {
11 public string? AccessCode { get; set; }
12 }
13}
Success result for an OAuth gateway login attempt.
string? AccessCode
The user's access token for the requested OAuth service.