tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Response
OAuthGatewayResponse.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Api.Models.Response
2
{
6
public
sealed
class
OAuthGatewayResponse
7
{
11
public
string
?
AccessCode
{
get
;
set
; }
12
}
13
}
Tgstation.Server.Api.Models.Response.OAuthGatewayResponse
Success result for an OAuth gateway login attempt.
Definition
OAuthGatewayResponse.cs:7
Tgstation.Server.Api.Models.Response.OAuthGatewayResponse.AccessCode
string? AccessCode
The user's access token for the requested OAuth service.
Definition
OAuthGatewayResponse.cs:11
Tgstation.Server.Api.Models.Response
Definition
AdministrationResponse.cs:6
Generated by
1.9.8