Przejdź do głównej zawartości

Auth sessions client: All

Ta treść nie jest jeszcze dostępna w Twoim języku.

Iterate through all authentication session pages.

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
auth.sessions.all(*, page_size: int | None = None) -> Iterator[AuthenticationSessionsResponse]

Returns

Iterator[AuthenticationSessionsResponse]

Parameters

page_size int | None
default None / keyword-only
Called on auth.sessions
Source src/ksef2/clients/async_session_management.py:52 Authored source
await auth.sessions.all
await auth.sessions.all(*, page_size: int | None = None) -> AsyncIterator[AuthenticationSessionsResponse]

Returns

AsyncIterator[AuthenticationSessionsResponse]

Parameters

page_size int | None
default None / keyword-only