UserIdentifier
UserIdentifier =
SpecUserIdentifier| {[key:string]:any;type:Exclude<string,SpecUserIdentifier["type"]>; }
Defined in: src/@types/auth.ts:137
User Identifiers usable for login & user-interactive authentication.
Extensibly allows more than natively specified identifiers.