Skip to content

Authenticated client: Certificates

Return the authenticated certificate enrollment branch.

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

Returns

CertificatesClient

Parameters

No parameters.

Use via auth = async_client.authentication.with_token(...)
Source src/ksef2/clients/async_authenticated.py:387 Authored source
auth.certificates
auth.certificates -> AsyncCertificatesClient

Returns

AsyncCertificatesClient

Parameters

No parameters.