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;
 
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;
 


GitHub Repository
Generated by PasDoc 0.16.0.