Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/dom/media/webrtc/tests/mochitests/identity/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 763 B image not shown  

Quelle  idp-min.js   Sprache: JAVA

 
(function (global) {
  "use strict";
  // A minimal implementation of the interface.
  // Though this isn't particularly functional.
  // This is needed so that we can have a "working" IdP served
  // from two different locations in the tree.
  global.rtcIdentityProvider.register({
    generateAssertion(payload, origin, usernameHint) {
      dump("idp: generateAssertion(" + payload + ")\n");
      return Promise.resolve({
        idp: { domain: "example.com", protocol: "idp.js" },
        assertion: "bogus",
      });
    },

    validateAssertion(assertion, origin) {
      dump("idp: validateAssertion(" + assertion + ")\n");
      return Promise.resolve({
        identity: "user@example.com",
        contents: "bogus",
      });
    },
  });
})(this);

Messung V0.5
C=97 H=93 G=94

¤ Dauer der Verarbeitung: 0.19 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.