Login
- class canvasapi.login.Login(requester, attributes)
- Parameters:
requester (
canvasapi.requester.Requester) – The requester to pass HTTP requests through.attributes (dict) – The JSON object to build this object with.
- delete(**kwargs)
Delete an existing login.
- Calls:
- Return type:
- edit(**kwargs)
Update an existing login for a user in the given account.
- Calls:
- Return type:
- get_authentication_events(**kwargs)
List authentication events for a given login.