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

TOAuth2Config

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

Declaration

Source position: fpoauth2.pp line 53

type TOAuth2Config = class(TPersistent)

public

  procedure Assign(); override;

  procedure SaveToStrings();

published

  property ClientID: string; [rw]

  property ClientSecret: string; [rw]

  property RedirectURI: string; [rw]

  property AccessType: TAccessType; [rw]

  property DeveloperKey: string; [rw]

  property OpenIDRealm: string; [rw]

  property HostedDomain: string; [rw]

  property AuthURL: string; [rw]

  property TokenURL: string; [rw]

  property AuthScope: string; [rw]

  property IncludeGrantedScopes: Boolean; [rw]

end;

Inheritance

TOAuth2Config

|

TObject


Documentation generated on: 2023-03-18