We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00727f commit cd8a2d7Copy full SHA for cd8a2d7
src/types/auth.ts
@@ -4,7 +4,7 @@ export type ConnectTokenOptions = {
4
/** A unique identifier of the user, usually used the UserId of your app */
5
clientUserId?: string
6
/** Url where the user will be redirected to after the oauth flow */
7
- oauthRedirectUrl?: string
+ oauthRedirectUri?: string
8
/** Avoid duplicate items per user */
9
avoidDuplicates?: boolean
10
}
0 commit comments