Called on
client.authentication Source
src/ksef2/clients/auth.py:131 Generated from async source src/ksef2/clients/async_auth.py client.authentication.with_xades(*, nip: str, cert: Certificate, private_key: XAdESPrivateKey, verify_chain: bool = False, timeout: float = 60.0, poll_interval: float = 1.0) -> AuthenticatedClientReturns
AuthenticatedClient Parameters
nip str cert Certificate private_key XAdESPrivateKey verify_chain bool timeout float poll_interval float Called on
async_client.authentication Source
src/ksef2/clients/async_auth.py:129 Authored source await async_client.authentication.with_xades(*, nip: str, cert: Certificate, private_key: XAdESPrivateKey, verify_chain: bool = False, timeout: float = 60.0, poll_interval: float = 1.0) -> AsyncAuthenticatedClientReturns
AsyncAuthenticatedClient Parameters
nip str cert Certificate private_key XAdESPrivateKey verify_chain bool timeout float poll_interval float