tgstation-server
6.0.1
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
OAuthProviderInfo.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Api.Models
4
{
8
public
sealed
class
OAuthProviderInfo
9
{
13
public
string
?
ClientId
{
get
;
set
; }
14
18
public
Uri?
RedirectUri
{
get
;
set
; }
19
23
[ResponseOptions]
24
public
Uri?
ServerUrl
{
get
;
set
; }
25
}
26
}
Tgstation.Server.Api.Models.OAuthProviderInfo
Public information about a given OAuthProvider.
Definition:
OAuthProviderInfo.cs:9
Tgstation.Server.Api.Models.OAuthProviderInfo.RedirectUri
Uri? RedirectUri
The redirect URL.
Definition:
OAuthProviderInfo.cs:18
Tgstation.Server.Api.Models.OAuthProviderInfo.ServerUrl
Uri? ServerUrl
The server URL.
Definition:
OAuthProviderInfo.cs:24
Tgstation.Server.Api.Models.OAuthProviderInfo.ClientId
string? ClientId
The client ID.
Definition:
OAuthProviderInfo.cs:13
Tgstation.Server.Api.Models
Definition:
ChatChannel.cs:6
Generated by
1.9.5