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 prompts users to identify themselves with an email address, phone number, or custom identifier. DiscoverableLogin performs an interview-based login process, where users are first prompted to provide identity and then authenticated. For example, users receive a verification code that they enter to complete the login process.
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 Experience Builder Page, the object isn’t deleted. The object persistence 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