ClientBuilder.WithApplicationProfile(String) Method

Definition

Sets the application profile for the client.

public:
 Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ClientBuilder ^ WithApplicationProfile(System::String ^ profile);
public Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder WithApplicationProfile (string profile);
member this.WithApplicationProfile : string -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder
Public Function WithApplicationProfile (profile As String) As ClientBuilder

Parameters

profile
String

The the profile for the application from ApplicationProfiles.

Returns

The ClientBuilder.

Applies to