AdminHistoryStore#

class gafaelfawr.storage.history.AdminHistoryStore(session)#

Bases: object

Stores and retrieves the history of changes to token administrators.

Parameters:

session (async_scoped_session) – The database session proxy.

Methods Summary

add(entry)

Record a change to the token administrators.

Methods Documentation

async add(entry)#

Record a change to the token administrators.

Parameters:

entry (AdminHistoryEntry) – The change to record.

Return type:

None