Skip to content

Access

Authentication and bearer-token lifecycle methods.

OperationSummaryVariants
AuthenticationReturn the authentication entry point.Sync, Async
Authentication: With tokenAuthenticate with a KSeF token and return an authenticated client.Sync, Async
Authentication: With xadesAuthenticate with an XAdES-signed challenge response.Sync, Async
Authentication: With test certificateAuthenticate in the TEST environment using an SDK-generated certificate.Sync, Async
Authentication: RefreshExchange a refresh token for a new access token.Sync, Async
Authenticated client: Auth tokensReturn the authenticated token pair used by this client branch.Sync, Async
Authenticated client: Access tokenReturn the bearer access token string used for authenticated calls.Sync, Async
Authenticated client: Refresh tokenReturn the refresh token string paired with the access token.Sync, Async
Authenticated client: Get encryption keyGenerate a session AES key, IV, and encrypted symmetric key payload.Sync, Async