We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e643612 commit 0297391Copy full SHA for 0297391
packages/backend/src/tokens/types.ts
@@ -68,9 +68,8 @@ export type AuthenticateRequestOptions = {
68
*/
69
acceptsToken?: TokenType | TokenType[] | 'any';
70
/**
71
- * The machine secret to use when verifying machine-to-machine tokens.
+ * The machine secret key to use when verifying machine-to-machine tokens.
72
* This will override the Clerk secret key.
73
- * @internal
74
75
machineSecretKey?: string;
76
} & VerifyTokenOptions;
0 commit comments