def login(): ''' Send user through login flow. Response depends on configured authentication plugin. .. :quickref: Authenticate; Send user through login flow. **Example request**: .. sourcecode:: http GET /v1/login ''' return authnz.log_in()
def login(): ''' Send user through login flow. ''' return authnz.log_in()