method AfloatAuth.instance AfloatAuth.instance(): AfloatAuth Gets or creates the client-side singleton instance of AfloatAuth. This getter will automatically initialize the client instance if it hasn't been created yet. For server-side usage, use initializeServer() instead. Examples // Client-side usage const auth = AfloatAuth.instance; // Server-side usage (don't use .instance) const serverAuth = await AfloatAuth.initializeServer(token); Return Type AfloatAuth The client-side singleton instance