-
-
Notifications
You must be signed in to change notification settings - Fork 595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add CryptoApi.getCrossSigningKeyId
#3360
Conversation
0b76f7a
to
14a61e4
Compare
…tub_out_cross_signing_id
I'd like to request an exemption to the quality gate, because it's legacy code we want to throw away |
src/crypto-api.ts
Outdated
* @param type - The type of key to get the ID of. One of | ||
* "master", "self_signing", or "user_signing". Defaults to "master". |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is misleading, as typescript won't let you specify these string values unless it is a const string enum, not a normal string enum.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, updated
Another crypto function to stub out to get the Cypress tests running
This change is marked as an internal change (Task), so will not be included in the changelog.