Namespace: SecurityScheme
protoc_gen_openapiv2.options.SecurityScheme
Enumerations
Interfaces
Type Aliases
$Shape
Ƭ $Shape: Object
Shape of a SecurityScheme.
Type declaration
| Name | Type |
|---|---|
authorizationUrl? | string | null |
description? | string | null |
extensions? | { [k: string]: $Shape; } | null |
flow? | Flow | null |
in? | In | null |
name? | string | null |
scopes? | $Shape | null |
tokenUrl? | string | null |
type? | Type | null |