Skip to content

Authenticated client: Tokens

Return the authenticated token lifecycle branch.

Use via auth = client.authentication.with_token(...)
Source src/ksef2/clients/authenticated.py:380 Generated from async source src/ksef2/clients/async_authenticated.py
auth.tokens
auth.tokens -> TokensClient

Returns

TokensClient

Parameters

No parameters.

Use via auth = async_client.authentication.with_token(...)
Source src/ksef2/clients/async_authenticated.py:382 Authored source
auth.tokens
auth.tokens -> AsyncTokensClient

Returns

AsyncTokensClient

Parameters

No parameters.