ClientBuilder.WithClientId(String) 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.
Updates the client id (and name) of the client.
public:
Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ClientBuilder ^ WithClientId(System::String ^ clientId);
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder WithClientId (string clientId);
member this.WithClientId : string -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder
Public Function WithClientId (clientId As String) As ClientBuilder
Parameters
- clientId
- String
The new client id.
Returns
The ClientBuilder.