Source position: fpjwt.pp line 29
type TJWTKey = record |
public |
Bytes: TBytes; |
class function Create(); |
class function Empty; |
property AsPointer: PByte; [r] |
property Length: Integer; [rw] |
property AsBytes: TBytes; [rw] |
property AsString: UTF8String; [rw] |
|
end; |