ClientBuilder.WithApplicationProfile(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.
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.