Expand description
Catalyst RBAC Security Scheme definition Catalyst RBAC Security Scheme
Structsยง
- Auth
Token Access Violation - Token does not have required access rights
- CatalystRBAC
Security ๐Scheme - Catalyst RBAC Access Token
- Service
Unavailable Error - Error with the service while processing a Catalyst RBAC Token
Enumsยง
- Auth
Token ๐Error - Authentication token error.
Constantsยง
- AUTHORIZATION_
HEADER ๐ - The header name that holds the authorization RBAC token
- MAX_
TOKEN_ ๐AGE - Time in the past the Token can be valid for.
- MAX_
TOKEN_ ๐SKEW - Time in the future the Token can be valid for.
Functionsยง
- checker_
api_ ๐catalyst_ auth - When added to an endpoint, this hook is called per request to verify the bearer token is valid. The performed validation is described here.