diff --git a/src/auth/user-record.ts b/src/auth/user-record.ts index 0f83c54d93..4d6d70532e 100644 --- a/src/auth/user-record.ts +++ b/src/auth/user-record.ts @@ -365,7 +365,7 @@ export class MultiFactorSettings { } /** - * Information about passkeys + * Interface representing a user-enrolled passkey. */ export class PasskeyInfo { /** @@ -639,7 +639,7 @@ export class UserRecord { public readonly multiFactor?: MultiFactorSettings; /** - * Information about Passkeys + * Passkey-related properties for the current user, if available. */ public readonly passkeyInfo?: PasskeyInfo[];