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
Create capture context uses HTTP Signature Authentication, please refer sample application to know how to create HTTP Signature and digest. For more information refer [HTTP Signature Authentication](https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/authentication/GenerateHeader/httpSignatureAuthentication.html)
34
+
Create capture context uses HTTP Signature Authentication. For more information refer [HTTP Signature Authentication](https://developer.cybersource.com/api/developer-guides/dita-gettingstarted/authentication/GenerateHeader/httpSignatureAuthentication.html)
40
35
41
36
### Initialize the SDK and create transient token using capture context
42
37
```swift
@@ -82,6 +77,3 @@ Your server constructs a transaction request using the [Cybersource API](https:/
82
77
}
83
78
}
84
79
```
85
-
## Sample Application
86
-
We have a sample application which demonstrates the SDK usage:
0 commit comments