IdentityResourceBuilder.Build 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.
Builds the API resource.
public:
IdentityServer4::Models::IdentityResource ^ Build();
public IdentityServer4.Models.IdentityResource Build();
public Duende.IdentityServer.Models.IdentityResource Build();
member this.Build : unit -> IdentityServer4.Models.IdentityResource
member this.Build : unit -> Duende.IdentityServer.Models.IdentityResource
Public Function Build () As IdentityResource
Returns
The built Duende.IdentityServer.Models.IdentityResource.