[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpfcmtypes.pp line 73
type TServiceAccountData = class(TBaseJWT) |
public |
function Parse(); |
function IsValidData; |
published |
property auth_uri: string; [rw] |
property client_email: string; [rw] |
property client_id: string; [rw] |
property IsValid: Boolean; [r] |
property private_key: string; [rw] |
property project_id: string; [rw] |
property token_uri: string; [rw] |
end; |
| |
| |
TObject |