signinMethods property

List<String>? signinMethods
getter/setter pair

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. If email enumeration protection is enabled, this method returns an empty list.

Implementation

core.List<core.String>? signinMethods;