Photon Server API Documentation v5.0RC1

Public Member Functions | Public Attributes | Properties | List of all members
Photon.Common.Authentication.Configuration.Auth.AuthProvider Class Reference

Public Member Functions

override string ToString ()
 
void PostDeserialize ()
 

Public Attributes

bool IsFacebook => this.AuthenticationType == 2
 

Properties

Dictionary< string, string > CustomAttributes = new Dictionary<string, string>() [get]
 
string Name = "" [get, set]
 
string AuthUrl = "" [get, set]
 
int AuthenticationType = 0 [get, set]
 
bool RejectIfUnavailable = true [get, set]
 
string Secret = "" [get, set]
 
string AppId = "" [get, set]
 
bool ForwardAsJSON = false [get, set]
 
string NameValuePairAsQueryString [get]
 

Member Function Documentation

◆ PostDeserialize()

void Photon.Common.Authentication.Configuration.Auth.AuthProvider.PostDeserialize ( )
inline

◆ ToString()

override string Photon.Common.Authentication.Configuration.Auth.AuthProvider.ToString ( )
inline

Member Data Documentation

◆ IsFacebook

bool Photon.Common.Authentication.Configuration.Auth.AuthProvider.IsFacebook => this.AuthenticationType == 2

Property Documentation

◆ AppId

string Photon.Common.Authentication.Configuration.Auth.AuthProvider.AppId = ""
getset

◆ AuthenticationType

int Photon.Common.Authentication.Configuration.Auth.AuthProvider.AuthenticationType = 0
getset

◆ AuthUrl

string Photon.Common.Authentication.Configuration.Auth.AuthProvider.AuthUrl = ""
getset

◆ CustomAttributes

Dictionary<string, string> Photon.Common.Authentication.Configuration.Auth.AuthProvider.CustomAttributes = new Dictionary<string, string>()
get

◆ ForwardAsJSON

bool Photon.Common.Authentication.Configuration.Auth.AuthProvider.ForwardAsJSON = false
getset

◆ Name

string Photon.Common.Authentication.Configuration.Auth.AuthProvider.Name = ""
getset

◆ NameValuePairAsQueryString

string Photon.Common.Authentication.Configuration.Auth.AuthProvider.NameValuePairAsQueryString
get

◆ RejectIfUnavailable

bool Photon.Common.Authentication.Configuration.Auth.AuthProvider.RejectIfUnavailable = true
getset

◆ Secret

string Photon.Common.Authentication.Configuration.Auth.AuthProvider.Secret = ""
getset