• Preparing search index...
  • The search index is not available
GDevelop JavaScript game engine
  • GDevelop JavaScript game engine
  • gdjs
  • playerAuthentication
  • openAuthenticationWindow

Function openAuthenticationWindow

  • openAuthenticationWindow(runtimeScene, authWindowOptions?): PromiseTask<{
        status: "logged" | "errored" | "dismissed";
    }>
  • Action to display the authentication window to the user.

    Parameters

    • runtimeScene: RuntimeScene
    • authWindowOptions: AuthenticationWindowOptions = ...

    Returns PromiseTask<{
        status: "logged" | "errored" | "dismissed";
    }>

    • Defined in Extensions/PlayerAuthentication/playerauthenticationtools.ts:1020

Settings

Member Visibility

Theme

GDevelop JavaScript game engine
  • Loading...

Generated using TypeDoc