A

Admin • 802.91K Points
Coach

Q. Which method is used to check if a user is authenticated?

  • (A) user.authenticated
  • (B) user.is_authenticated()
  • (C) user.is_authenticated
  • (D) user.loggedin
  • Correct Answer - Option(C)
  • Views: 6
  • Filed under category Django
  • Hashtags:

Explanation by: Admin
user.is_authenticated is a property used to check authentication status.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.