Class TRALClientJWTAuth
Unit
Declaration
type TRALClientJWTAuth = class(TRALAuthClient)
Description
JWT Authenticator for Client components
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALAuthentication
- TRALAuthClient
- TRALClientJWTAuth
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function IsAuthenticated: boolean; override; |
![]() |
procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override; |
![]() |
procedure SetRoute(const AValue: StringRAL); |
![]() |
procedure SetToken(const AValue: StringRAL); |
Properties
![]() |
property JSONKey: StringRAL read FJSONKey write FJSONKey; |
![]() |
property OnBeforeGetToken; |
![]() |
property Payload: TRALJWTParams read FPayload write FPayload; |
![]() |
property Route: StringRAL read FRoute write SetRoute; |
![]() |
property Token: StringRAL read FToken write SetToken; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function IsAuthenticated: boolean; override; |
![]() |
procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override; |
![]() |
procedure SetRoute(const AValue: StringRAL); |
![]() |
procedure SetToken(const AValue: StringRAL); |
Properties
![]() |
property JSONKey: StringRAL read FJSONKey write FJSONKey; |
![]() |
property OnBeforeGetToken; |
![]() |
property Payload: TRALJWTParams read FPayload write FPayload; |
![]() |
property Route: StringRAL read FRoute write SetRoute; |
![]() |
property Token: StringRAL read FToken write SetToken; |
GitHub Repository
Generated by PasDoc 0.16.0.


