[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpjwt.pp line 120
type TClaims = class(TBaseJWT) |
protected |
function WriteProp(); override; |
function ReadProp(); override; |
procedure DoSaveToJSON(); override; |
public |
property auds: TStringDynArray; [rw] |
published |
property iss: string; [rw] |
property sub: string; [rw] |
property aud: string; [rw] |
property exp: Int64; [rw] |
property nbf: Int64; [rw] |
property iat: Int64; [rw] |
property jti: string; [rw] |
end; |
| |
| |
TObject |