Revision control
Copy as Markdown
Other Tools
import json
def main(request, response):
response_body = {
}
return (200, [('Content-Type', 'application/json'), ('Set-Cookie', 'well_known_fetched=true; Path=/device-bound-session-credentials')],
json.dumps(response_body))