Unit 'fpjwt' Package
[Overview][Types][Classes][Index] [#fcl-web]

TJWT

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpjwt.pp line 138

type TJWT = class(TBaseJWT)

protected

  function CreateJOSE; virtual;

  function CreateClaims; virtual;

  function GetAsString; override;

  procedure SetAsString(); override;

  function GetAsEncodedString; override;

  procedure SetAsEncodedString(); override;

public

  constructor Create; override;

  destructor Destroy; override;

  function Sign();

  class function ValidateJWT();

  property JOSE: TJOSE; [rw]

  property Claims: TClaims; [rw]

  property Signature: string; [rw]

end;

Inheritance

TJWT

|

TBaseJWT

|

TObject


Documentation generated on: 2023-03-18