Przejdź do głównej zawartości

Authenticated client: Resume batch session

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

Rebind an existing serialized batch session state to this client.

Use via auth = client.authentication.with_token(...)
Source src/ksef2/clients/authenticated.py:336 Generated from async source src/ksef2/clients/async_authenticated.py
auth.resume_batch_session
auth.resume_batch_session(state: BatchSessionState) -> BatchSessionClient

Returns

BatchSessionClient

Parameters

state BatchSessionState
required / positional
Use via auth = async_client.authentication.with_token(...)
Source src/ksef2/clients/async_authenticated.py:338 Authored source
auth.resume_batch_session
auth.resume_batch_session(state: BatchSessionState) -> AsyncBatchSessionClient

Returns

AsyncBatchSessionClient

Parameters

state BatchSessionState
required / positional