Class TRALClientJWTAuth

Unit

Declaration

type TRALClientJWTAuth = class(TRALAuthClient)

Description

JWT Authenticator for Client components

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Public function IsAuthenticated: boolean; override;
Public procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override;
Protected procedure SetRoute(const AValue: StringRAL);
Protected procedure SetToken(const AValue: StringRAL);

Properties

Published property JSONKey: StringRAL read FJSONKey write FJSONKey;
Published property OnBeforeGetToken;
Published property Payload: TRALJWTParams read FPayload write FPayload;
Published property Route: StringRAL read FRoute write SetRoute;
Published property Token: StringRAL read FToken write SetToken;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function IsAuthenticated: boolean; override;

This item has no description.

Public procedure SetAuthHeader(AVars: TStringList; AParams: TRALParams); override;

This item has no description.

Protected procedure SetRoute(const AValue: StringRAL);

This item has no description.

Protected procedure SetToken(const AValue: StringRAL);

This item has no description.

Properties

Published property JSONKey: StringRAL read FJSONKey write FJSONKey;

This item has no description.

Published property OnBeforeGetToken;

This item has no description.

Published property Payload: TRALJWTParams read FPayload write FPayload;

This item has no description.

Published property Route: StringRAL read FRoute write SetRoute;

This item has no description.

Published property Token: StringRAL read FToken write SetToken;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.