Skip to content

Commit 0297391

Browse files
committed
chore: remove internal keyword from public prop type
1 parent e643612 commit 0297391

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/backend/src/tokens/types.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ export type AuthenticateRequestOptions = {
6868
*/
6969
acceptsToken?: TokenType | TokenType[] | 'any';
7070
/**
71-
* The machine secret to use when verifying machine-to-machine tokens.
71+
* The machine secret key to use when verifying machine-to-machine tokens.
7272
* This will override the Clerk secret key.
73-
* @internal
7473
*/
7574
machineSecretKey?: string;
7675
} & VerifyTokenOptions;

0 commit comments

Comments
 (0)