Module scheme

Source
Expand description

Catalyst RBAC Security Scheme definition Catalyst RBAC Security Scheme

Structsยง

AuthTokenAccessViolation
Token does not have required access rights
AuthTokenError
Error with the Authorization Token
CatalystRBACSecurityScheme
Catalyst RBAC Access Token

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.

Staticsยง

CACHE ๐Ÿ”’
Cached auth tokens

Functionsยง

checker_api_catalyst_auth ๐Ÿ”’
When added to an endpoint, this hook is called per request to verify the bearer token is valid.
registrations ๐Ÿ”’
Returns a list of all registrations for the given Catalyst ID.

Type Aliasesยง

EncodedAuthToken
Auth token in the form of catv1..