Module scheme

Module scheme 

Source
Expand description

Catalyst RBAC Security Scheme definition Catalyst RBAC Security Scheme

Structsยง

AuthTokenAccessViolation
Token does not have required access rights
CatalystRBACSecurityScheme ๐Ÿ”’
Catalyst RBAC Access Token
ServiceUnavailableError
Error with the service while processing a Catalyst RBAC Token

Enumsยง

AuthTokenError ๐Ÿ”’
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.