Documentation for the _.OAuth2.Server package. More...
Classes | |
class | AbstractSession |
This class defines the interface for the OAuth2 Server session maintenance class. More... | |
class | Authenticate |
OAuth2.Server.Authenticate acts as the subclass for all user written Authenticate classes as well as being the default Authenticate class. More... | |
class | Claim |
OAuth2.Server.Claim defines a claim that is requested for an access token, userinfo endpoint or IDToken. More... | |
class | CookieSession |
This class implements a simple OAuth2 session maintenance class where the user's session is tracked by an opaque cookie. More... | |
class | Generate |
The OAuth2.Server.Generate is the default GenerateTokenClass which is included with the server. More... | |
class | JWT |
The OAuth2.Server.JWT is the GenerateTokenClass which creates a JWT which is included with the server. More... | |
class | Properties |
OAuth2.Server.Properties stores the properties and claims that are used to communicate between various parts of the OAuth 2.0 authorization server. More... | |
class | Revoke |
OAuth2.Server.Revoke is the default RevokeTokenClass which is included with the server. More... | |
class | Validate |
The OAuth2.Server.Validate class is the default ValidateUserClass which is included with the server. More... | |
Documentation for the _.OAuth2.Server package.