Photon Server API Documentation v5.0RC1

Public Member Functions | Properties | List of all members
Photon.Common.Authentication.ICustomAuthPeer Interface Reference
Inheritance diagram for Photon.Common.Authentication.ICustomAuthPeer:
Photon.LoadBalancing.MasterServer.MasterClientPeer Photon.NameServer.ClientPeer

Public Member Functions

void OnCustomAuthenticationError (ErrorCode errorCode, string debugMessage, IAuthenticateRequest authenticateRequest, SendParameters sendParameters)
 
void OnCustomAuthenticationResult (CustomAuthenticationResult customAuthResult, IAuthenticateRequest authenticateRequest, SendParameters sendParameters, object state)
 

Properties

int ConnectionId [get]
 
string UserId [get, set]
 

Member Function Documentation

◆ OnCustomAuthenticationError()

void Photon.Common.Authentication.ICustomAuthPeer.OnCustomAuthenticationError ( ErrorCode  errorCode,
string  debugMessage,
IAuthenticateRequest  authenticateRequest,
SendParameters  sendParameters 
)

◆ OnCustomAuthenticationResult()

void Photon.Common.Authentication.ICustomAuthPeer.OnCustomAuthenticationResult ( CustomAuthenticationResult  customAuthResult,
IAuthenticateRequest  authenticateRequest,
SendParameters  sendParameters,
object  state 
)

Property Documentation

◆ ConnectionId

int Photon.Common.Authentication.ICustomAuthPeer.ConnectionId
get

◆ UserId

string Photon.Common.Authentication.ICustomAuthPeer.UserId
getset