You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##### Integrating with `mastercard-oauth1-signer` module:
318
+
##### Integrating with `mastercard-client-encryption` module:
319
319
320
320
In order to use both signing and encryption layers, a defined order is required as signing library should calculate the hash of the encrypted payload.
321
321
According to the above the signing layer must be applied first in order to work as inner layer. The outer layer - encryption - will be executed first, providing the signing layer the encrypted payload to sign.
322
322
323
323
1. Generate the [OpenAPI client](#openapi-generator)
324
324
325
-
2. Import both **mastercard-oauth1-signer** and **mastercard-client-encryption** modules and the generated OpenAPI client
325
+
2. Import both **mastercard-client-encryption** and **mastercard-client-encryption** modules and the generated OpenAPI client
326
326
327
327
```python
328
328
from oauth1.signer_interceptor import add_signing_layer
0 commit comments