Changes

Jump to: navigation, search

WebAPI/MobileIdentity

46 bytes added, 16:48, 11 July 2014
Code example
=== Code example ===
<code>
function verifyAssertion_verifyAssertion(aAssertion) {
// Make use of the [https://wiki.mozilla.org/Identity/Firefox_Accounts#Verifier remote verification API]
// and return the verified msisdn.
.then(
(assertion) => {
var msisdn = verifyAssertion_verifyAssertion(assertion); .then( (msisdn) => { // Do stuff with the msisdn. } );
},
(error) {
Confirm
483
edits

Navigation menu