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 b05caf2 commit 130aeb0Copy full SHA for 130aeb0
packages/plugins/auth0/src/index.ts
@@ -9,7 +9,7 @@ const { decode, verify } = jwtPkg;
9
10
export type Auth0PluginOptions = {
11
domain: string;
12
- audience: string;
+ audience: VerifyOptions['audience'];
13
14
preventUnauthenticatedAccess?: boolean;
15
onError?: (error: Error) => void;
0 commit comments