Object Reference for Salesforce and Lightning Platform
Newer Version Available
NetworkDiscoverableLogin
Supported Calls
create(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), update(), upsert()
Fields
| Field Name | Details |
|---|---|
| ApexHandlerId |
|
| ExecuteApexHandlerAsId |
|
| NetworkId |
|
| UsernameLabel |
|
Usage
Use this object to access the Login Discovery Page, which is a login page type that prompt users to identity themselves with a verification method, such as an email address or phone number. DiscoverableLogin performs an interview-based login process, where users are first prompted to provide identity and then sent a verification code that they enter to complete login.
The NetworkDiscoverableLogin object is created when Login Discovery Page is selected as the login page type on the Login & Registration (L&R) page. If you later switch to another login page type, such as a Visualforce Page or Community Builder Page, the object isn’t deleted. This means you can’t delete the Apex class associated with the NetworkDiscoverableLogin object. To delete the Apex class, return to the L&R page and change the login page type back to Login Discovery page. Select another Apex class, and then you can delete the first one.
Note