Method: Auth0::Api::V2::AttackProtection#breached_password_detection
- Defined in:
- lib/auth0/api/v2/attack_protection.rb
#breached_password_detection ⇒ json Also known as: get_breached_password_detection_settings
Get breached password detection settings
11 12 13 |
# File 'lib/auth0/api/v2/attack_protection.rb', line 11 def breached_password_detection get(breached_password_settings_path) end |