type property Null safety

APISecuritySchemeType? type
read / write

The type of the security scheme.

REQUIRED. Valid values are "apiKey", "http", "oauth2", "openIdConnect".

Implementation

APISecuritySchemeType? type;