APIPlatformis_authenticated

is_authenticated

Returns whether the player is signed in.

Signature

is_authenticated

Returns whether the player is signed in.

Signature

is_authenticated() -> bool

Parameters

NameTypeDefaultDescription

Returns

bool

Example

from conjure import *
from conjure.platform import is_authenticated

init_window(360, 640, "Platform")
print("is_authenticated")

See also

  • get_username
  • get_player_display_name
  • submit_score

Return to the platform overview or continue with the quickstart.