Przejdź do głównej zawartości

Build auth token request xml

Ta treść nie jest jeszcze dostępna w Twoim języku.

Build the XML payload that is signed for XAdES authentication.

Import from ksef2.core.xades import build_auth_token_request_xml
Source src/ksef2/core/xades.py:193 Authored source
build_auth_token_request_xml
build_auth_token_request_xml(challenge: str, nip: str, subject_identifier_type: str = 'certificateSubject') -> bytes

Returns

bytes

Parameters

challenge str
required / positional
nip str
required / positional
subject_identifier_type str
default 'certificateSubject' / positional