Photon Server API Documentation v5.0RC1

Static Public Attributes | List of all members
Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResultCode Class Reference

Static Public Attributes

const byte Data = 0
 
const byte Ok = 1
 
const byte Failed = 2
 
const byte ParameterInvalid = 3
 

Member Data Documentation

◆ Data

const byte Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResultCode.Data = 0
static

◆ Failed

const byte Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResultCode.Failed = 2
static

◆ Ok

const byte Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResultCode.Ok = 1
static

◆ ParameterInvalid

const byte Photon.Common.Authentication.CustomAuthentication.CustomAuthenticationResultCode.ParameterInvalid = 3
static