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

TOAuthFlows

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

Declaration

Source position: fpopenapi.objects.pp line 1269

type TOAuthFlows = class(TExtendableObject)

protected

  procedure AddKeyword(); virtual;

  procedure RemoveKeyword(); virtual;

public

  destructor destroy; override;

  function HasKeyWord();

  property Implicit: TOauthFlow; [rw]

  property Password: TOauthFlow; [rw]

  property ClientCredentials: TOauthFlow; [rw]

  property ClientAuthorizationCode: TOauthFlow; [rw]

end;

Inheritance

TOAuthFlows

|

TExtendableObject

|

TBaseOpenAPIObject

|

TObject


Documentation generated on: 2025-07-25