開発用ウェブサーバーは、独自のログイン設備とログアウト設備を使用して Google アカウントをシミュレートします。開発用ウェブサーバー上のアプリケーションにログインする場合、サーバーにより、そのセッションで使用するメールアドレスを入力するように求められます。詳細については、開発用ウェブサーバーをご覧ください。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-03-26 UTC。"],[[["The Users API provides functions to create URLs for user sign-in and sign-out actions, redirecting them back to your application afterward."],["[`users.create_login_url()`](/appengine/docs/legacy/standard/python/refdocs/google.appengine.api.users#google.appengine.api.users.create_login_url) generates a sign-in URL, while [`users.create_logout_url()`](/appengine/docs/legacy/standard/python/refdocs/google.appengine.api.users#google.appengine.api.users.create_logout_url) generates a sign-out URL, both returning users to a specified URL."],["The development web server simulates Google Accounts by using its own sign-in and sign-out system, prompting users for an email address."],["This API is for first-generation App Engine standard environment runtimes; migrating to App Engine Python 3 requires different options for legacy bundled services."]]],[]]