Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#securitySchemeObject
| Name | FSecurityScheme |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V2/WebAPISwaggerSchema.h |
| Include Path | #include "V2/WebAPISwaggerSchema.h" |
Syntax
class FSecurityScheme
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AuthorizationUrl | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Description | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Flow | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| In | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Name | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Scopes | TArray< TMap< FString, TSharedPtr< FScopes > > > | V2/WebAPISwaggerSchema.h | ||
| TokenUrl | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Type | FString | V2/WebAPISwaggerSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FromJson
(
const TSharedRef< FJsonObject >& InJson |
V2/WebAPISwaggerSchema.h |