@useparagon/connect 1.0.5 → 1.0.6-experimental.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/types/sdk.d.ts +4 -0
- package/package.json +1 -1
package/dist/src/types/sdk.d.ts
CHANGED
|
@@ -164,6 +164,10 @@ export type InstallOptions = {
|
|
|
164
164
|
* skips account type selection
|
|
165
165
|
*/
|
|
166
166
|
accountType?: string;
|
|
167
|
+
/**
|
|
168
|
+
* used to override redirect url passed in getAuthUrl instead of our passport url
|
|
169
|
+
*/
|
|
170
|
+
overrideRedirectUrl?: string;
|
|
167
171
|
};
|
|
168
172
|
export type AuthenticateOptions = {
|
|
169
173
|
metadata?: PersonaMeta;
|