Photon Server API

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

Static Public Attributes

const string AppIdMissing = "Application id not set"
 If appId is set to null. More...
 
const string EmptyAppId = "Empty application id"
 
const string InternalError = "Internal server error"
 
const string InvalidAppIdFormat = "Invalid application id format"
 
const string InvalidAppId = "Invalid application id"
 
const string AuthTokenMissing = "Authentication token is missing"
 
const string AuthTokenInvalid = "Invalid authentication token"
 
const string AuthTokenEncryptionInvalid = "Invalid authentication token encryption"
 
const string AuthTokenExpired = "Authentication token expired"
 
const string AuthTokenTypeNotSupported = "Authentication token type not supported"
 
const string ProtocolNotSupported = "Network protocol not supported"
 
const string EmptyUserId = "UserId is null or empty"
 
const string InvalidTypeForAuthData = "Invalid type for auth data"
 

Member Data Documentation

◆ AppIdMissing

const string Photon.Common.Authentication.ErrorMessages.AppIdMissing = "Application id not set"
static

If appId is set to null.

◆ AuthTokenEncryptionInvalid

const string Photon.Common.Authentication.ErrorMessages.AuthTokenEncryptionInvalid = "Invalid authentication token encryption"
static

◆ AuthTokenExpired

const string Photon.Common.Authentication.ErrorMessages.AuthTokenExpired = "Authentication token expired"
static

◆ AuthTokenInvalid

const string Photon.Common.Authentication.ErrorMessages.AuthTokenInvalid = "Invalid authentication token"
static

◆ AuthTokenMissing

const string Photon.Common.Authentication.ErrorMessages.AuthTokenMissing = "Authentication token is missing"
static

◆ AuthTokenTypeNotSupported

const string Photon.Common.Authentication.ErrorMessages.AuthTokenTypeNotSupported = "Authentication token type not supported"
static

◆ EmptyAppId

const string Photon.Common.Authentication.ErrorMessages.EmptyAppId = "Empty application id"
static

◆ EmptyUserId

const string Photon.Common.Authentication.ErrorMessages.EmptyUserId = "UserId is null or empty"
static

◆ InternalError

const string Photon.Common.Authentication.ErrorMessages.InternalError = "Internal server error"
static

◆ InvalidAppId

const string Photon.Common.Authentication.ErrorMessages.InvalidAppId = "Invalid application id"
static

◆ InvalidAppIdFormat

const string Photon.Common.Authentication.ErrorMessages.InvalidAppIdFormat = "Invalid application id format"
static

◆ InvalidTypeForAuthData

const string Photon.Common.Authentication.ErrorMessages.InvalidTypeForAuthData = "Invalid type for auth data"
static

◆ ProtocolNotSupported

const string Photon.Common.Authentication.ErrorMessages.ProtocolNotSupported = "Network protocol not supported"
static