OAuth2.Server.Session
Class OAuth2.Server.Session Extends %OAuth2.Server.CookieSession [ Final, System = 4 ]
The OAuth2.Server.Session class is the default OAuth2 session maintenance class used by the OAuth2 Server configuration. The logic for this class is primarily inherited from %OAuth2.Server.CookieSession. This class cannot be extended. Custom code should extend either %OAuth2.Server.CookieSession or %OAuth2.Server.AbstractSession
Parameters
COOKIENAME
Parameter COOKIENAME As STRING = "CSPOAuth2Session";