ApiResourceBuilder.IdentityServerJwt(String) Method

Definition

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.

Returns

An ApiResourceBuilder.

Applies to