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.
jonServerPublicKey
onServerPublicKey
1 parent 5c75802 commit 8b5f691Copy full SHA for 8b5f691
typings/mysql/lib/Auth.d.ts
@@ -14,7 +14,7 @@ export const authPlugins: {
14
caching_sha2_password: AuthPluginDefinition<{
15
overrideIsSecure?: boolean;
16
serverPublicKey?: RsaPublicKey | RsaPrivateKey | KeyLike;
17
- jonServerPublicKey?: (data: Buffer) => void;
+ onServerPublicKey?: (data: Buffer) => void;
18
}>;
19
mysql_clear_password: AuthPluginDefinition<{
20
password?: string;
@@ -25,6 +25,6 @@ export const authPlugins: {
25
26
sha256_password: AuthPluginDefinition<{
27
28
- joinServerPublicKey?: (data: Buffer) => void;
29
30
};
0 commit comments