Access
Ta treść nie jest jeszcze dostępna w Twoim języku.
Authentication and bearer-token lifecycle methods.
Operations
Section titled “Operations”| Operation | Summary | Variants |
|---|---|---|
| Authentication | Return the authentication entry point. | Sync, Async |
| Authentication: With token | Authenticate with a KSeF token and return an authenticated client. | Sync, Async |
| Authentication: With xades | Authenticate with an XAdES-signed challenge response. | Sync, Async |
| Authentication: With test certificate | Authenticate in the TEST environment using an SDK-generated certificate. | Sync, Async |
| Authentication: Refresh | Exchange a refresh token for a new access token. | Sync, Async |
| Authenticated client: Auth tokens | Return the authenticated token pair used by this client branch. | Sync, Async |
| Authenticated client: Access token | Return the bearer access token string used for authenticated calls. | Sync, Async |
| Authenticated client: Refresh token | Return the refresh token string paired with the access token. | Sync, Async |
| Authenticated client: Get encryption key | Generate a session AES key, IV, and encrypted symmetric key payload. | Sync, Async |