ClientBuilder.WithoutClientSecrets 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.
Removes any configured client secret from the client and configures it to not require a client secret for getting tokens from the token endpoint.
public:
Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ClientBuilder ^ WithoutClientSecrets();
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder WithoutClientSecrets ();
member this.WithoutClientSecrets : unit -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder
Public Function WithoutClientSecrets () As ClientBuilder
Returns
The ClientBuilder.