Called on
auth.sessions Source
src/ksef2/clients/session_management.py:55 Generated from async source src/ksef2/clients/async_session_management.py auth.sessions.all(*, page_size: int | None = None) -> Iterator[AuthenticationSessionsResponse]Returns
Iterator[AuthenticationSessionsResponse] Parameters
page_size int | None Called on
auth.sessions Source
src/ksef2/clients/async_session_management.py:52 Authored source await auth.sessions.all(*, page_size: int | None = None) -> AsyncIterator[AuthenticationSessionsResponse]Returns
AsyncIterator[AuthenticationSessionsResponse] Parameters
page_size int | None