You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::shared_ptr<sample::auth::AuthDelegateImpl> mAuthDelegate; // AuthDelegateImpl object that will be used throughout the sample to store auth details.
81
+
std::shared_ptr<mip::MipContext> mMipContext;
80
82
std::shared_ptr<mip::ProtectionProfile> mProfile; // mip::FileProfile object to store/load state information
81
83
std::shared_ptr<mip::ProtectionEngine> mEngine; // mip::FileEngine object to handle user-specific actions.
0 commit comments