Method: Auth0::Api::V2::AttackProtection#breached_password_detection

Defined in:
lib/auth0/api/v2/attack_protection.rb

#breached_password_detectionjson Also known as: get_breached_password_detection_settings

Get breached password detection settings

Returns:

  • (json)

    The configuration for breached password detection

See Also:



11
12
13
# File 'lib/auth0/api/v2/attack_protection.rb', line 11

def breached_password_detection
  get(breached_password_settings_path)
end