Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sdk/migrations/6.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ In the `signSessionKey` parameters, we've added three extra optional arguments f

For simplicity, we introduced `getPkpSessionSigs`, which uses `signSessionKey` under the hood.

Here's the (AuthCalbackParams)[https://github.com/LIT-Protocol/js-sdk/blob/635ec8da948103f3ce14271ccfc00393bc9e02a2/packages/types/src/lib/interfaces.ts#L45] interface for the `props`
Here's the [AuthCallbackParams](https://github.com/LIT-Protocol/js-sdk/blob/635ec8da948103f3ce14271ccfc00393bc9e02a2/packages/types/src/lib/interfaces.ts#L45) interface for the `props`

```tsx
// v5
Expand Down