ClientBuilder.SPA(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 single page application.
public:
 static Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ClientBuilder ^ SPA(System::String ^ clientId);public static Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilder SPA(string clientId);static member SPA : string -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ClientBuilderPublic Shared Function SPA (clientId As String) As ClientBuilderParameters
- clientId
- String
The client id for the single page application.