type property Null safety
read / write
The type of the security scheme.
REQUIRED. Valid values are "apiKey", "http", "oauth2", "openIdConnect".
Implementation
APISecuritySchemeType? type;
The type of the security scheme.
REQUIRED. Valid values are "apiKey", "http", "oauth2", "openIdConnect".
APISecuritySchemeType? type;