668
edits
| Line 350: | Line 350: | ||
with <tt>provisionEmailFunction</tt> a function that accepts an email address as parameter. | with <tt>provisionEmailFunction</tt> a function that accepts an email address as parameter. | ||
Once the email address determined, the domain SHOULD check that the user is properly authenticated to use this email address. If she isn't, the domain SHOULD call | Once the email address determined, the domain SHOULD check that the user is properly authenticated to use this email address. If she isn't, the domain SHOULD call | ||
navigator.id.raiseProvisioningFailure(explanation) | |||
with <tt>explanation</tt> a string explaining the failure. The domain SHOULD concludes all JavaScript activity after making this call. | |||
If the user is properly authenticated, the domain MUST call: | If the user is properly authenticated, the domain MUST call: | ||
edits