Class TRALJWTHeader

Unit

Declaration

type TRALJWTHeader = class(TPersistent)

Description

Class for header definitions of JWT Token

Hierarchy

Overview

Methods

Public constructor Create;
Protected function GetAsJSON: StringRAL;
Public procedure createKeyID;
Protected procedure Initialize;
Protected procedure SetAsJSON(const AValue: StringRAL);

Properties

Published property Algorithm: TRALJWTAlgorithm read FAlgorithm write FAlgorithm;
Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;
Published property HeaderType: StringRAL read FHeaderType;
Published property KeyID: StringRAL read FKeyID write FKeyID;

Description

Methods

Public constructor Create;

This item has no description.

Protected function GetAsJSON: StringRAL;

This item has no description.

Public procedure createKeyID;

This item has no description.

Protected procedure Initialize;

This item has no description.

Protected procedure SetAsJSON(const AValue: StringRAL);

This item has no description.

Properties

Published property Algorithm: TRALJWTAlgorithm read FAlgorithm write FAlgorithm;

This item has no description.

Public property AsJSON: StringRAL read GetAsJSON write SetAsJSON;

This item has no description.

Published property HeaderType: StringRAL read FHeaderType;

This item has no description.

Published property KeyID: StringRAL read FKeyID write FKeyID;

This item has no description.



PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.