export interface Identifier { type: IdentifierType; required: boolean; }
'email'
'phone'
'username'
Was this page helpful?