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