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

TSecurityScheme

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

Declaration

Source position: fpopenapi.objects.pp line 1209

type TSecurityScheme = class(TExtendableObject)

protected

  procedure AddKeyword(); virtual;

  procedure RemoveKeyword(); virtual;

public

  destructor destroy; override;

  function HasKeyWord();

  property Type_: string; [rw]

  property Description: string; [rw]

  property Name: string; [rw]

  property In_: string; [rw]

  property Scheme: string; [rw]

  property BearerFormat: string; [rw]

  property Flows: TOAuthFlows; [rw]

  property OpenIdConnectUrl: string; [rw]

end;

Inheritance

TSecurityScheme

|

TExtendableObject

|

TBaseOpenAPIObject

|

TObject


Documentation generated on: 2025-07-25