You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -16,6 +19,7 @@ var VERSION = process.env.npm_package_version;
16
19
* @param {Client} [options.client] A {@link Client} instance.
17
20
* @param {string} [options.authorization] A tokenizationKey or clientToken. Can be used in place of `options.client`.
18
21
* @param {boolean} [options.debug] A debug flag.
22
+
* @param {string} [options.redirectUrl] When provided, triggers full page redirect flow instead of popup flow.
19
23
* @param {callback} [callback] When provided, will be used instead of a promise. First argument is an error object, where the second is an instance of {@link SEPA|SEPA}.
20
24
* @returns {Promise<void|error>} Returns the SEPA instance.
21
25
* @example
@@ -38,6 +42,7 @@ var VERSION = process.env.npm_package_version;
0 commit comments