[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpjwt.pp line 111
type TClaims = class(TBaseJWT) |
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 |