Skip to main content
API Reference NianticSpatial.NSDK.AR.Auth AuthClient

StaticLogout


Declaration

public static void StaticLogout()

Summary

Clears cached auth tokens from persistent storage without requiring an NSDK context.
This is the preferred logout path — safe to call before NSDK is initialized or after
it has been destroyed. Any running session will pick up the cleared tokens on its next
reconciliation cycle.