signOut()


Signs the user out of the application.

Syntx

puter.auth.signOut();

Parameters

None

Return value

None

Example

<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.auth.signOut();
    </script>
</body>
</html>