Method: Auth0::Api::V2::AttackProtection#patch_breached_password_detection
- Defined in:
- lib/auth0/api/v2/attack_protection.rb
#patch_breached_password_detection(body) ⇒ json Also known as: update_breached_password_detection_settings
Update breached password detection settings
20 21 22 |
# File 'lib/auth0/api/v2/attack_protection.rb', line 20 def patch_breached_password_detection(body) patch(breached_password_settings_path, body) end |