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