AssemblyCSharp.BackendAuth.Reset C# (CSharp) Method

Reset() public static method

public static Reset ( ) : void
return void
        public static void Reset()
        {
            _current = null;
            FileHelper.DeleteFile(StoragePath);
        }