Class TRALJWTParams
Unit
Declaration
type TRALJWTParams = class(TPersistent)
Description
Class for "body" or Param part definitions of JWT Token
Hierarchy
- TObject
- TPersistent
- TRALJWTParams
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function GetClaim(const AKey: StringRAL): StringRAL; |
![]() |
function GetAsJSON: StringRAL; |
![]() |
procedure AddClaim(const AKey: StringRAL; const AValue: StringRAL); |
![]() |
procedure Clear; |
![]() |
procedure createNewId; |
![]() |
procedure DelClaim(const AKey: StringRAL); |
![]() |
procedure SetAsJSON(const AValue: StringRAL); |
Properties
![]() |
property AsJSON: StringRAL read GetAsJSON write SetAsJSON; |
![]() |
property Audience: StringRAL read FAudience write FAudience; |
![]() |
property Expiration: TDateTime read FExpiration write FExpiration; |
![]() |
property Id: StringRAL read FId write FId; |
![]() |
property IssuedAt: TDateTime read FIssuedAt write FIssuedAt; |
![]() |
property Issuer: StringRAL read FIssuer write FIssuer; |
![]() |
property NotBefore: TDateTime read FNotBefore write FNotBefore; |
![]() |
property Subject: StringRAL read FSubject write FSubject; |
Description
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function GetClaim(const AKey: StringRAL): StringRAL; |
![]() |
function GetAsJSON: StringRAL; |
![]() |
procedure AddClaim(const AKey: StringRAL; const AValue: StringRAL); |
![]() |
procedure Clear; |
![]() |
procedure createNewId; |
![]() |
procedure DelClaim(const AKey: StringRAL); |
![]() |
procedure SetAsJSON(const AValue: StringRAL); |
Properties
![]() |
property AsJSON: StringRAL read GetAsJSON write SetAsJSON; |
![]() |
property Audience: StringRAL read FAudience write FAudience; |
![]() |
property Expiration: TDateTime read FExpiration write FExpiration; |
![]() |
property Id: StringRAL read FId write FId; |
![]() |
property IssuedAt: TDateTime read FIssuedAt write FIssuedAt; |
![]() |
property Issuer: StringRAL read FIssuer write FIssuer; |
![]() |
property NotBefore: TDateTime read FNotBefore write FNotBefore; |
![]() |
property Subject: StringRAL read FSubject write FSubject; |
GitHub Repository
Generated by PasDoc 0.16.0.


