ClientBuilder.NativeApp(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.
Creates a new builder for an externally registered native application.
public:
static Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ClientBuilder ^ NativeApp(System::String ^ clientId);
public static Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder NativeApp (string clientId);
static member NativeApp : string -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder
Public Shared Function NativeApp (clientId As String) As ClientBuilder
Parameters
- clientId
- String
The client id for the native application.