AuthenticationBuilderExtensions.AddIdentityServerJwt メソッド

定義

承認サーバーと共存する API の認証ハンドラーを追加します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Authentication::AuthenticationBuilder ^ AddIdentityServerJwt(Microsoft::AspNetCore::Authentication::AuthenticationBuilder ^ builder);
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddIdentityServerJwt (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddIdentityServerJwt : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddIdentityServerJwt (builder As AuthenticationBuilder) As AuthenticationBuilder

パラメーター

戻り値

AuthenticationBuilder

適用対象