Skip to main content

OAuth2.Server.Session

persistent class OAuth2.Server.Session extends %OAuth2.Server.CookieSession

SQL Table Name: OAuth2_Server.Session

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

parameter COOKIENAME = CSPOAuth2Session;
Inherited description: The name of the cookie used to maintain the session

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (OAuth2.Server.Session)

^OAuth2.Server.SessionD(ID)
=
%%CLASSNAME
Username
Expires
Scope
AuthTime
FeedbackOpens in a new tab