Skip to main content

AuthMethodResult

Whether the account has a password set. Does not reveal whether the email is registered.

type AuthMethodResult {
hasPassword: Boolean!
}

Fields

AuthMethodResult.hasPassword ● Boolean! non-null scalar

True when the account exists and has a password hash; false otherwise (including unknown emails).

Returned By

checkAuthMethod query