Skip to content

Commit 80276ec

Browse files
authored
Collect signal API types (#548)
1 parent e38d7f7 commit 80276ec

File tree

5 files changed

+904
-33
lines changed

5 files changed

+904
-33
lines changed

package-lock.json

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/types/src/authentication.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,14 @@ export interface PassKeyList {
8888
export interface ClientCapabilities {
8989
conditionalCreate: boolean;
9090
conditionalMediation: boolean;
91+
conditionalGet: boolean;
9192
hybridTransport: boolean;
9293
passkeyPlatformAuthenticator: boolean;
9394
userVerifyingPlatformAuthenticator: boolean;
95+
relatedOrigins: boolean;
96+
signalAllAcceptedCredentials: boolean;
97+
signalCurrentUserDetails: boolean;
98+
signalUnknownCredential: boolean;
9499
}
95100

96101
export const PasskeyCeremonyType = {

0 commit comments

Comments
 (0)