signinMethods property
The list of sign-in methods that the user has previously used.
Each element is one of password
, emailLink
, or the provider ID of an
IdP. Present only when a registered email identifier is set in the
request.
Implementation
core.List<core.String>? signinMethods;