Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI > API/Plugins/WebAPIOpenAPI/V3
References
| Module | WebAPIOpenAPI |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V3/WebAPIOpenAPISchema.h |
| Include | #include "V3/WebAPIOpenAPISchema.h" |
Syntax
class FSecuritySchemeObject
Remarks
https://swagger.io/specification/#security-scheme-object
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FString > | BearerFormat | ||
| TOptional< FString > | Description | ||
| TSharedPtr< FOAuthFlowsObject > | Flows | ||
| FString | In | ||
| FString | Name | ||
| TOptional< FString > | OpenIdConnectUrl | ||
| FString | Scheme | ||
| FString | Type |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FromJson
(
const TSharedRef< FJsonObject >& InJson |