// Authenticate public void Authenticate() { // Authenticate VK.Auth(CompleteAuthentication, (BaseErrorModel e) => { if (VK.settings.debug_mode) { Debug.Log(e.error_msg); } }); }