Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 508 Bytes

File metadata and controls

20 lines (9 loc) · 508 Bytes

AuthenticationEnum

Enum

  • NONE (value: 'none')

  • REQUIRE_AUTHENTICATED (value: 'require_authenticated')

  • REQUIRE_UNAUTHENTICATED (value: 'require_unauthenticated')

  • REQUIRE_SUPERUSER (value: 'require_superuser')

  • REQUIRE_REDIRECT (value: 'require_redirect')

  • REQUIRE_OUTPOST (value: 'require_outpost')

[Back to Model list] [Back to API list] [Back to README]