checkAuthMethod
Email-first adaptive login: check whether the account has password sign-in enabled. Public. It answers true only for an account that has a password, so it does reveal that such an account exists; unknown addresses and password-less accounts both answer false. First-party origins only (HOSTED_SIGN_IN_REQUIRED otherwise); rate-limited per address and per client.
checkAuthMethod(
input: CheckAuthMethodInput!
): AuthMethodResult!
Arguments
checkAuthMethod.input ● CheckAuthMethodInput! non-null input
Type
AuthMethodResult object
Whether the account has a password set. Does not reveal whether the email is registered.