Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (8 loc) · 380 Bytes

AuthenticationEnum.md

File metadata and controls

20 lines (8 loc) · 380 Bytes

AuthenticationEnum

Enum

* `none` (value: `"none"`)

* `requireAuthenticated` (value: `"require_authenticated"`)

* `requireUnauthenticated` (value: `"require_unauthenticated"`)

* `requireSuperuser` (value: `"require_superuser"`)

* `requireOutpost` (value: `"require_outpost"`)

* `unknownDefaultOpenApi` (value: `"unknown_default_open_api"`)