In an App Engine / webapp2.RequestHandler method that has been decorated with @decorator.oauth_required, a redirect will occur if decorator.has_credentials() is False, so the branch "if decorator.has_credentials()" always occurs and the other one never will.
34 KiB
34 KiB