Classes, interfaces and traits
CheckException¶
Thrown when one of the tests in the "check" middlewares fails
« More »
CheckMiddleware¶
Checks that we have a valid token linked to a valid resource and that the
user is authorised to access it
« More »
EnvCheckMiddleware¶
Checks that we have a valid token linked to a valid resource and that the
user is authorised to access it
Once all checks have been passed, the environment is ready to use
« More »
SharingCheckMiddleware¶
Checks whether the "sharing check" is enabled
« More »