668
edits
| Line 306: | Line 306: | ||
When this function is invoked, the User Agent MUST return to its provisioning workflow and proceed with the failure case. | When this function is invoked, the User Agent MUST return to its provisioning workflow and proceed with the failure case. | ||
module navigator { | |||
module id { | |||
void beginAuthentication(object callback); | |||
void completeAuthentication(); | |||
void raiseAuthenticationFailure(string reason); | |||
} | |||
}; | |||
== Primary Authority Compliance == | == Primary Authority Compliance == | ||
edits