Photon Server API Documentation v5.0RC1

Classes | Properties | List of all members
Photon.Common.Authentication.Configuration.Auth.AuthSettings Class Reference

Classes

class  HttpQueueSettingsClass
 

Properties

static AuthSettings Default = GetSectionAndLoadProviders() [get]
 
bool Enabled = false [get, set]
 
bool AllowAnonymous = false [get, set]
 
HttpQueueSettingsClass HttpQueueSettings = new HttpQueueSettingsClass() [get, set]
 
List< AuthProviderAuthProviders = new List<AuthProvider>() [get]
 

Property Documentation

◆ AllowAnonymous

bool Photon.Common.Authentication.Configuration.Auth.AuthSettings.AllowAnonymous = false
getset

◆ AuthProviders

List<AuthProvider> Photon.Common.Authentication.Configuration.Auth.AuthSettings.AuthProviders = new List<AuthProvider>()
get

◆ Default

AuthSettings Photon.Common.Authentication.Configuration.Auth.AuthSettings.Default = GetSectionAndLoadProviders()
staticget

◆ Enabled

bool Photon.Common.Authentication.Configuration.Auth.AuthSettings.Enabled = false
getset

◆ HttpQueueSettings

HttpQueueSettingsClass Photon.Common.Authentication.Configuration.Auth.AuthSettings.HttpQueueSettings = new HttpQueueSettingsClass()
getset