list_available_authentication
Discover all authentication types available in clearskies to secure your endpoints. Get a short description of each authentication option to choose the right one for your API.
Instructions
List all available clearskies authentication types with a short description of each.
Authentication types are used to secure endpoints. They can be attached to endpoints
via the authentication parameter.
Example:
clearskies.endpoints.RestfulApi(
model_class=User,
authentication=clearskies.authentication.SecretBearer(
environment_key="API_SECRET"
)
)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |