Skip to content

Authenticated client: Auth tokens

Return the authenticated token pair used by this client branch.

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

Returns

AuthTokens

Parameters

No parameters.

Use via auth = async_client.authentication.with_token(...)
Source src/ksef2/clients/async_authenticated.py:72 Authored source
auth.auth_tokens
auth.auth_tokens -> AuthTokens

Returns

AuthTokens

Parameters

No parameters.