UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

18 lines 352 B
/** U2F Register Request */ export interface U2FRegisterChallenge { /** */ challenge: string; /** */ id: number; /** */ rpId: string; /** */ rpName: string; /** */ userDisplayName: string; /** */ userId: string; /** */ userName: string; } //# sourceMappingURL=U2FRegisterChallenge.d.ts.map