tgstation-server
6.16.0
The /tg/station 13 server suite
Toggle main menu visibility
Main Page
Features
API
Architecture
Packages
Package List
Package Members
All
[
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Functions
Variables
Enumerations
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Events
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
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
29
public
bool
?
GatewayOnly
{
get
;
set
; }
30
}
8
public
sealed
class
OAuthProviderInfo
{
…
};
31
}
Tgstation.Server.Api.Models.OAuthProviderInfo
Public information about a given OAuthProvider.
Definition
OAuthProviderInfo.cs:9
Tgstation.Server.Api.Models.OAuthProviderInfo.GatewayOnly
bool? GatewayOnly
If true the OAuth provider may only be used for gateway authentication. If false the OAuth provider m...
Definition
OAuthProviderInfo.cs:29
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.8