Introduction
Getting Started
Examples
Security and Permissions
chat()
txt2img()
img2txt()
txt2speech()
write()
read()
mkdir()
readdir()
rename()
copy()
move()
stat()
delete()
upload()
set()
get()
incr()
decr()
del()
list()
flush()
create()
update()
signIn()
signOut()
isSignedIn()
getUser()
authenticateWithPuter()
alert()GUI
alert()
createWindow()GUI
createWindow()
exit()GUI
exit()
launchApp()GUI
launchApp()
parentApp()GUI
parentApp()
setMenubar()GUI
setMenubar()
on()GUI
on()
onLaunchedWithItems()GUI
onLaunchedWithItems()
onWindowClose()GUI
onWindowClose()
setWindowHeight()GUI
setWindowHeight()
setWindowPosition()GUI
setWindowPosition()
setWindowSize()GUI
setWindowSize()
setWindowTitle()GUI
setWindowTitle()
setWindowWidth()GUI
setWindowWidth()
setWindowX()GUI
setWindowX()
setWindowY()GUI
setWindowY()
showOpenFilePicker()
showSaveFilePicker()
showDirectoryPicker()
showColorPicker()GUI
showColorPicker()
showFontPicker()GUI
showFontPicker()
socialShare()GUI
socialShare()
call
appID
print()
randName()
AppConnection
App
FSItem
Subdomain
puter.auth.signOut()
Signs the user out of the application.
puter.auth.signOut();
None
<html> <body> <script src="https://js.puter.com/v2/"></script> <script> puter.auth.signOut(); </script> </body> </html>
PREVIOUS
NEXT