Table of Contents

TXDataSwaggerOptions.AuthMode Property

Gets or sets the authentication scheme declared in the generated OpenAPI document.

Remarks

Set it to Jwt to add a security definition named jwt requiring an Authorization header in all requests. Defaults to None, meaning no security definition is generated.

Syntax

Unit: XData.Comp.Server

property TXDataSwaggerOptions.AuthMode: TSwaggerAuthMode

See also