Class TRALServerOAuth
Unit
Declaration
type TRALServerOAuth = class(TRALAuthServer)
Description
OAuth Authenticator for server components
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALAuthentication
- TRALAuthServer
- TRALServerOAuth
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
procedure BeforeValidate(ARequest: TRALRequest; AResponse: TRALResponse); override; |
![]() |
procedure Validate(ARequest: TRALRequest; AResponse: TRALResponse); override; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
procedure BeforeValidate(ARequest: TRALRequest; AResponse: TRALResponse); override; |
![]() |
procedure Validate(ARequest: TRALRequest; AResponse: TRALResponse); override; |
|
Validation process of the authentication is made here | |
GitHub Repository
Generated by PasDoc 0.16.0.
