MCPcopy Create free account
hub / github.com/RiotGames/developer-relations / login

Function login

sample_apps/rso_sample_apps/python/main.py:42–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41@app.get("/", response_class=HTMLResponse)
42def login():
43 return f"""
44 <h1>login</h1>
45 <a href="{CONFIG["SIGN_IN_URL"]}">Sign In --> {CONFIG["SIGN_IN_URL"]}</a>
46 """
47
48
49@app.get(CONFIG["APP_CALLBACK_PATH"], response_class=HTMLResponse)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected