Skip to content

Commit

Permalink
feat(auth): add oauthRedirectUrl and avoidDuplicates options to Conne…
Browse files Browse the repository at this point in the history
…ctTokenOptions
  • Loading branch information
NicolasMontone committed Dec 16, 2024
1 parent f32a11e commit 82ccfc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ export type ConnectTokenOptions = {
webhookUrl?: string
/** A unique identifier of the user, usually used the UserId of your app */
clientUserId?: string
/** Url where the user will be redirected to after the oauth flow */
oauthRedirectUrl?: string
/** Avoid duplicate items per user */
avoidDuplicates?: boolean
}

0 comments on commit 82ccfc2

Please sign in to comment.