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

TOAuth2Session

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

Declaration

Source position: fpoauth2.pp line 102

type TOAuth2Session = class(TPersistent)

protected

  class function AuthExpiryMargin; virtual;

  procedure DoLoadFromJSON(); virtual;

public

  procedure LoadTokensFromJSONResponse();

  procedure LoadStartTokensFromVariables();

  procedure SaveToStrings();

  procedure Assign(); override;

published

  property AuthCode: string; [rw]

  property AccessToken: string; [rw]

  property RefreshToken: string; [rw]

  property AuthExpires: TDateTime; [rw]

  property AuthExpiryPeriod: Integer; [rw]

  property AuthTokenType: string; [rw]

  property State: string; [rw]

  property LoginHint: string; [rw]

  property IDToken: string; [rw]

end;

Inheritance

TOAuth2Session

|

TObject


Documentation generated on: 2023-03-18