Photon Server API Documentation v5.0RC1

Properties | List of all members
Photon.Common.Authentication.Settings Class Reference

Properties

static Settings Default = ApplicationBase.GetConfigSectionAndValidate<Settings>("Photon:Authentication") [get]
 
int AuthTokenExpirationSeconds = 1800 [get, set]
 
string AuthTokenKey = string.Empty [get, set]
 
string HMACTokenKey = string.Empty [get, set]
 
bool MissingClientAuthenticationTypeIsTypeCustom = false [get, set]
 
int AuthTimeout = 20_000 [get, set]
 

Property Documentation

◆ AuthTimeout

int Photon.Common.Authentication.Settings.AuthTimeout = 20_000
getset

◆ AuthTokenExpirationSeconds

int Photon.Common.Authentication.Settings.AuthTokenExpirationSeconds = 1800
getset

◆ AuthTokenKey

string Photon.Common.Authentication.Settings.AuthTokenKey = string.Empty
getset

◆ Default

Settings Photon.Common.Authentication.Settings.Default = ApplicationBase.GetConfigSectionAndValidate<Settings>("Photon:Authentication")
staticget

◆ HMACTokenKey

string Photon.Common.Authentication.Settings.HMACTokenKey = string.Empty
getset

◆ MissingClientAuthenticationTypeIsTypeCustom

bool Photon.Common.Authentication.Settings.MissingClientAuthenticationTypeIsTypeCustom = false
getset