ApiResourceBuilder.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::ApiResource ^ Build();
public IdentityServer4.Models.ApiResource Build ();
public Duende.IdentityServer.Models.ApiResource Build ();
member this.Build : unit -> IdentityServer4.Models.ApiResource
member this.Build : unit -> Duende.IdentityServer.Models.ApiResource
Public Function Build () As ApiResource
Returns
IdentityServer4.Models.ApiResource
Duende.IdentityServer.Models.ApiResource
The built Duende.IdentityServer.Models.ApiResource.