Interface: DiscoveredOtpContact
Defined in: src/routes/BaseAuthDiscoverRoute.ts:18
A hint about one of the caller's OTP-eligible contacts — enough to jog their memory, not enough to sign in with.
Properties
contact
contact:
string
Defined in: src/routes/BaseAuthDiscoverRoute.ts:20
The contact, obfuscated (e.g. j***n@example.com, ***1234) — never the real value.
type
type:
"email"|"phone"
Defined in: src/routes/BaseAuthDiscoverRoute.ts:21