Photon Server API Documentation v5.0RC1

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

Properties

byte ResultCode [get, set]
 
string Message [get, set]
 
string UserId [get, set]
 
string Nickname [get, set]
 
Dictionary< string, object > Data [get, set]
 
Dictionary< string, object > Secure [get, set]
 
Dictionary< string, object > AuthCookie [get, set]
 
long? ExpireAt [get, set]
 

Property Documentation

◆ AuthCookie

Dictionary<string, object> Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResult.AuthCookie
getset

◆ Data

Dictionary<string, object> Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResult.Data
getset

◆ ExpireAt

long? Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResult.ExpireAt
getset

◆ Message

string Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResult.Message
getset

◆ Nickname

string Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResult.Nickname
getset

◆ ResultCode

byte Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResult.ResultCode
getset

◆ Secure

Dictionary<string, object> Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResult.Secure
getset

◆ UserId

string Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResult.UserId
getset