ApiResourceCollection.AddIdentityServerJwt 메서드

정의

권한 부여 서버와 공존하는 새 API를 만듭니다.

public:
 void AddIdentityServerJwt(System::String ^ name, Action<Microsoft::AspNetCore::ApiAuthorization::IdentityServer::ApiResourceBuilder ^> ^ configure);
public void AddIdentityServerJwt (string name, Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilder> configure);
member this.AddIdentityServerJwt : string * Action<Microsoft.AspNetCore.ApiAuthorization.IdentityServer.ApiResourceBuilder> -> unit
Public Sub AddIdentityServerJwt (name As String, configure As Action(Of ApiResourceBuilder))

매개 변수

name
String

API 이름입니다.

configure
Action<ApiResourceBuilder>

Func<T,TResult> ID 서버 jwt API를 구성할 입니다.

적용 대상