protected override bool SsoAuth()
        {
            if (!base.SsoAuth())
            {
                return(false);
            }

            OKAppAuthIOS.AuthorizeInApp(AppId, scope);
            return(true);
        }
Exemple #2
0
        protected override bool SsoAuth()
        {
            if (!base.SsoAuth())
            {
                return(false);
            }

            authRequested = OKAuthType.SSO;
            OKAppAuthIOS.AuthorizeInApp(AppId, scope);
            return(true);
        }
Exemple #3
0
 public override bool IsOdnoklassnikiNativeAppInstalled()
 {
     return(OKAppAuthIOS.IsNativeAppInstalled(AppId, scope));
 }