PasswordLoginModeEnum Enum
Controls whether password-based authentication is allowed.
ENABLED - any user can log in with a password. This is the default behavior. CUSTOMERS_ONLY - only customer users can log in with a password. If a staff user logs in with a password, they will be treated as a customer — the issued token will not contain any staff permissions. DISABLED - no user can log in with a password.
Values
ENABLED
CUSTOMERS_ONLY
DISABLED
Member Of
Shop object ● ShopSettingsInput input