protected override bool SsoAuth() { if (!base.SsoAuth()) { return(false); } OKAppAuthIOS.AuthorizeInApp(AppId, scope); return(true); }
protected override bool SsoAuth() { if (!base.SsoAuth()) { return(false); } authRequested = OKAuthType.SSO; OKAppAuthIOS.AuthorizeInApp(AppId, scope); return(true); }
public override bool IsOdnoklassnikiNativeAppInstalled() { return(OKAppAuthIOS.IsNativeAppInstalled(AppId, scope)); }