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

TServiceAccountData

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

Declaration

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;

Inheritance

TServiceAccountData

|

TBaseJWT

|

TObject


Documentation generated on: 2025-07-25