We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77164fb commit cacab8cCopy full SHA for cacab8c
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "median-js-bridge",
3
- "version": "2.13.1",
+ "version": "2.13.2",
4
"description": "Median bridge and utilities for JS web frameworks",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
src/plugins/auth0.ts
@@ -11,7 +11,9 @@ type Auth0LoginData = {
11
};
12
13
type Auth0LoginParams = CallbackParams<Auth0LoginData> & {
14
+ audience?: string;
15
enableBiometrics?: boolean;
16
+ scope?: string;
17
18
19
type Auth0ProfileParams = {
0 commit comments