1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/server/types/U2FRegistration.ts

5 lines
79 B
TypeScript
Raw Normal View History

export interface U2FRegistration {
keyHandle: string;
publicKey: string;
}