Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UserService、OAuthService、またはCloud Endpoints Injectionからユーザーをリクエストするときに、App Engine の devserver によって提供されるユーザーは?
現在ログインしているユーザーに対応するユーザー オブジェクトを返します。 ログインしているユーザーがいない場合、ユーザーは返さnull れます。返された URL にリダイレクトすることで、ユーザーをログイン ページにリダイレクトできUserService.createLoginUrl() ます。唯一の違いは、開発サーバーがユーザー資格情報を検証しないことです。パスワードは必要ありません。
null
UserService.createLoginUrl()