Skip to content

Commit

Permalink
fix: updates type of API key used for creating sessions (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
brigonzalez authored Jan 25, 2023
1 parent aabfa3f commit bb07a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdks/mobile/ios/services.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ To retrieve sensitive data on iOS, you'll need to create a `session` and use its

```swift showLineNumbers
BasisTheoryElements.createSession(
apiKey: "<YOUR SESSION BT API KEY>"
apiKey: "<YOUR PUBLIC BT API KEY>"
) { data, error in ... }
```

Expand Down

1 comment on commit bb07a41

@vercel
Copy link

@vercel vercel bot commented on bb07a41 Jan 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.