Unit 'fpopenapi.objects' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-openapi]

TOauthFlow

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

Declaration

Source position: fpopenapi.objects.pp line 1299

type TOauthFlow = class(TExtendableObject)

protected

  procedure AddKeyword(); virtual;

  procedure RemoveKeyword(); virtual;

public

  destructor destroy; override;

  function HasKeyWord();

  property AuthorizationUrl: string; [rw]

  property TokenURL: string; [rw]

  property RefreshURL: string; [rw]

  property Scopes: TStrings; [rw]

end;

Inheritance

TOauthFlow

|

TExtendableObject

|

TBaseOpenAPIObject

|

TObject


Documentation generated on: 2025-07-25