Use via
auth = client.authentication.with_token(...) Source
src/ksef2/clients/authenticated.py:121 Generated from async source src/ksef2/clients/async_authenticated.py auth.online_session(*, form_code: FormSchema) -> OnlineSessionClientReturns
OnlineSessionClient Parameters
form_code FormSchema Use via
auth = async_client.authentication.with_token(...) Source
src/ksef2/clients/async_authenticated.py:119 Authored source auth.online_session(*, form_code: FormSchema) -> _AwaitableSession[AsyncOnlineSessionClient]Returns
_AwaitableSession[AsyncOnlineSessionClient] Parameters
form_code FormSchema