Photon Server API Documentation v5.0RC1

Photon.Common.Authentication.AuthTokenFactory Member List

This is the complete list of members for Photon.Common.Authentication.AuthTokenFactory, including all inherited members.

CreateAuthenticationToken(IAuthenticateRequest authRequest, AuthSettings authSettings, string userId, Dictionary< string, object > authCookie)Photon.Common.Authentication.AuthTokenFactoryinlinevirtual
CreateAuthenticationToken(string userId, IAuthenticateRequest authRequest)Photon.Common.Authentication.AuthTokenFactoryinline
DecryptAuthenticationToken(string authTokenEncrypted, out AuthenticationToken authToken, out string errorMsg)Photon.Common.Authentication.AuthTokenFactoryinline
DecryptAuthenticationTokenBinary(byte[] authTokenEncrypted, int offset, int len, out AuthenticationToken authToken, out string errorMsg)Photon.Common.Authentication.AuthTokenFactoryinline
DecryptAuthenticationTokenV1(string authTokenEncrypted, out AuthenticationToken authToken, out string errorMsg)Photon.Common.Authentication.AuthTokenFactoryinline
DecryptAuthenticationTokenV2(string authTokenEncrypted, out AuthenticationToken authToken, out string errorMsg)Photon.Common.Authentication.AuthTokenFactoryinline
EncryptAuthenticationToken(AuthenticationToken token, bool renew)Photon.Common.Authentication.AuthTokenFactoryinline
EncryptAuthenticationTokenBinary(AuthenticationToken token, bool renew)Photon.Common.Authentication.AuthTokenFactoryinline
EncryptAuthenticationTokenV2(AuthenticationToken token, bool renew)Photon.Common.Authentication.AuthTokenFactoryinline
Initialize(string secret, string authSecret, TimeSpan expirationtime, string tokenIssuer="")Photon.Common.Authentication.AuthTokenFactoryinline
SetupToken(AuthenticationToken token)Photon.Common.Authentication.AuthTokenFactoryinlineprotected
TryDeserializeToken(byte[] tokenData, out AuthenticationToken authToken, out string errorMsg)Photon.Common.Authentication.AuthTokenFactoryinlineprotectedvirtual
Version2Photon.Common.Authentication.AuthTokenFactoryprotectedstatic