ApiResourceBuilder.IdentityServerJwt(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 API that coexists with an authorization server.
public:
static Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ApiResourceBuilder ^ IdentityServerJwt(System::String ^ name);
public static Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilder IdentityServerJwt (string name);
static member IdentityServerJwt : string -> Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilder
Public Shared Function IdentityServerJwt (name As String) As ApiResourceBuilder
Parameters
- name
- String
The name of the API.