CreateWithTokenAndName
Overload List:
These methods create a new end-user security context using a database access token and end-user identity.
-
CreateWithTokenAndName(string databaseAccessToken, string endUserName)
This method creates a new end-user security context initialized with the provided database token, end-user name, and an implicitly generated lookup key.
-
CreateWithTokenAndName(string databaseAccessToken, string endUserName, string lookUpKey)
This method creates a new end-user security context initialized with the provided database token, end-user name, and lookup key.