IdentityBuilder.AddDefaultTokenProviders Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the default token providers used to generate tokens for reset passwords, change email and change telephone number operations, and for two factor authentication token generation.
public:
 virtual Microsoft::AspNetCore::Identity::IdentityBuilder ^ AddDefaultTokenProviders();
	public virtual Microsoft.AspNetCore.Identity.IdentityBuilder AddDefaultTokenProviders();
	abstract member AddDefaultTokenProviders : unit -> Microsoft.AspNetCore.Identity.IdentityBuilder
override this.AddDefaultTokenProviders : unit -> Microsoft.AspNetCore.Identity.IdentityBuilder
	Public Overridable Function AddDefaultTokenProviders () As IdentityBuilder
	Returns
The current IdentityBuilder instance.