[I] NoAuth
This authentication option signifies that API is not secured at all. It might be useful when overriding authentication on interface of operation level.
Extends
Properties
Property | Modifier | Type | Description | Inherited from |
---|---|---|---|---|
description? | public | string | Optional description. | HttpAuthBase .description |
id | public | string | Id of the authentication scheme. | HttpAuthBase .id |
model | readonly | Model | Model that defined the authentication | HttpAuthBase .model |
type | public | "noAuth" | - | - |