Basic認証を簡単に実装するためのRails標準メソッドはどれか。

http_basic_authenticate_with name: “user”, password: “pw” をコントローラに記述するだけでBasic認証を導入できる。