public bool LoginXSRFPrevention(RPAuthenticationConclusion conc) { VProgram_API.AssumeTrustedServer(googlePrincipal); VProgram_API.AssumeTrustedServer(SVX_Principal); VProgram_API.AssumeTrustedBrowser(conc.authenticatedClient); var idp = VProgram_API.GetParticipant <Google_IdP>(googlePrincipal); return(idp.Ghost_CheckSignedIn(VProgram_API.Owner(conc.authenticatedClient), conc.googleUsername)); }
internal void Declare() { outer.SignedInPredicate.Declare(VProgram_API.Owner(entry.authenticatedClient), entry.googleUsername); }