logout
End your session on the Open eClass platform using the authentication system, ensuring secure disconnection and access termination.
Instructions
Log out from eClass
Input Schema
Name | Required | Description | Default |
---|---|---|---|
random_string | Yes | Dummy parameter for no-parameter tools |
Input Schema (JSON Schema)
{
"properties": {
"random_string": {
"description": "Dummy parameter for no-parameter tools",
"type": "string"
}
},
"required": [
"random_string"
],
"type": "object"
}