Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84b7c1e

Browse filesBrowse files
melaniedejongchenyumic
authored andcommitted
Added region tags (GoogleCloudPlatform#1617)
Added region tags around import statements for use in documentation.
1 parent 3902dcd commit 84b7c1e
Copy full SHA for 84b7c1e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
  • appengine/standard_python37/building-an-app/building-an-app-3
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎appengine/standard_python37/building-an-app/building-an-app-3/main.py

Copy file name to clipboardExpand all lines: appengine/standard_python37/building-an-app/building-an-app-3/main.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@
1414

1515
import datetime
1616

17+
# [START gae_python37_auth_verify_token]
1718
from flask import Flask, render_template, request
1819
from google.auth.transport import requests
1920
from google.cloud import datastore
2021
import google.oauth2.id_token
2122

2223
firebase_request_adapter = requests.Request()
24+
# [END gae_python37_auth_verify_token]
2325

2426
datastore_client = datastore.Client()
2527

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.