File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ SecureNative can automatically load your config from *securenative.ini* file or
4646from securenative.securenative import SecureNative
4747
4848
49- securenative = SecureNative.init()
49+ securenative = SecureNative.init()
5050```
5151### Option 2: Initialize via API Key
5252
5353``` python
5454from securenative.securenative import SecureNative
5555
5656
57- securenative = SecureNative.init_with_api_key(" YOUR_API_KEY" )
57+ securenative = SecureNative.init_with_api_key(" YOUR_API_KEY" )
5858```
5959
6060### Option 3: Initialize via ConfigurationBuilder
@@ -173,4 +173,4 @@ def webhook_endpoint(request):
173173 # Checks if request is verified
174174 is_verified = securenative.verify_request_payload(request)
175175 ```
176-
176+
You can’t perform that action at this time.
0 commit comments