Skip to content

Commit

Permalink
feat: support for 2.1.0 version of spec
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Jun 24, 2021
1 parent bfc35e1 commit 143e275
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions library/src/helpers/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ export class ServerHelpers {
return 'Asymmetric Encription';
case 'httpApiKey':
return 'HTTP API key';
case 'scramSha256':
return 'ScramSha256';
case 'scramSha512':
return 'ScramSha512';
case 'gssapi':
return 'GSSAPI';
default:
return 'API key';
}
Expand Down

0 comments on commit 143e275

Please sign in to comment.