Class TRALJWTHeader
Unit
Declaration
type TRALJWTHeader = class(TPersistent)
Description
Class for header definitions of JWT Token
Hierarchy
- TObject
- TPersistent
- TRALJWTHeader
Overview
Methods
![]() |
constructor Create; |
![]() |
function GetAsJSON: StringRAL; |
![]() |
procedure createKeyID; |
![]() |
procedure Initialize; |
![]() |
procedure SetAsJSON(const AValue: StringRAL); |
Properties
![]() |
property Algorithm: TRALJWTAlgorithm read FAlgorithm write FAlgorithm; |
![]() |
property AsJSON: StringRAL read GetAsJSON write SetAsJSON; |
![]() |
property HeaderType: StringRAL read FHeaderType; |
![]() |
property KeyID: StringRAL read FKeyID write FKeyID; |
Description
Methods
![]() |
constructor Create; |
![]() |
function GetAsJSON: StringRAL; |
![]() |
procedure createKeyID; |
![]() |
procedure Initialize; |
![]() |
procedure SetAsJSON(const AValue: StringRAL); |
Properties
![]() |
property Algorithm: TRALJWTAlgorithm read FAlgorithm write FAlgorithm; |
![]() |
property AsJSON: StringRAL read GetAsJSON write SetAsJSON; |
![]() |
property HeaderType: StringRAL read FHeaderType; |
![]() |
property KeyID: StringRAL read FKeyID write FKeyID; |
GitHub Repository
Generated by PasDoc 0.16.0.


