Results 1 - 6 of 6

IdentityManager.logout()

This function is used in Persona to cause the browser to reset the automatic / persistent login flag for a website. After being called, the user will need to explicitly log back into your site instead of being signed in automatically.
API BrowserID DOM DOM Reference Method Persona Reference Référence Security

IdentityManager.request()

This function enables a web site to use Persona to authenticate its users. It must be invoked from within a click handler. For example, you should call it when a user clicks your "log in with Persona" button.
API BrowserID DOM DOM Reference Method Persona Reference Référence Security

Navigator.id

The BrowserID protocol defines a new id property on the window.navigator object, through which it exposes the BrowserID API, that is the IdentityManager intreface. This API has gone through several significant revisions. Each generation is listed separately below.
API BrowserID DOM Persona Property Reference Référence Security

IdentityManager.get()

This function enables a web site to use BrowserID to authenticate its users. Call it in the click handler to your "log in with Persona" button with a callback function as a parameter.
API BrowserID DOM DOM Reference Method NeedsExample Persona Reference Référence Security

IdentityManager.getVerifiedEmail()

This function enables a web site to use BrowserID to authenticate its users. Call it in the click handler to your "log in with BrowserID" button with a callback function as a parameter.
API BrowserID Deprecated DOM DOM Reference Method NeedsExample Persona Reference Référence Security