IdentityServiceCollectionExtensions.AddIdentityApiEndpoints メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddIdentityApiEndpoints<TUser>(IServiceCollection) |
アプリケーションに一連の共通 ID サービスを追加して、 MapIdentityApi<TUser>(IEndpointRouteBuilder) ID ベアラー トークンと Cookie をサポートするように認証をサポートおよび構成します。 |
AddIdentityApiEndpoints<TUser>(IServiceCollection, Action<IdentityOptions>) |
アプリケーションに一連の共通 ID サービスを追加して、 MapIdentityApi<TUser>(IEndpointRouteBuilder) ID ベアラー トークンと Cookie をサポートするように認証をサポートおよび構成します。 |
AddIdentityApiEndpoints<TUser>(IServiceCollection)
アプリケーションに一連の共通 ID サービスを追加して、 MapIdentityApi<TUser>(IEndpointRouteBuilder) ID ベアラー トークンと Cookie をサポートするように認証をサポートおよび構成します。
public static Microsoft.AspNetCore.Identity.IdentityBuilder AddIdentityApiEndpoints<TUser> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services) where TUser : class, new();
static member AddIdentityApiEndpoints : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.AspNetCore.Identity.IdentityBuilder (requires 'User : null and 'User : (new : unit -> 'User))
<Extension()>
Public Function AddIdentityApiEndpoints(Of TUser As {Class, New}) (services As IServiceCollection) As IdentityBuilder
型パラメーター
- TUser
パラメーター
- services
- IServiceCollection
戻り値
適用対象
AddIdentityApiEndpoints<TUser>(IServiceCollection, Action<IdentityOptions>)
アプリケーションに一連の共通 ID サービスを追加して、 MapIdentityApi<TUser>(IEndpointRouteBuilder) ID ベアラー トークンと Cookie をサポートするように認証をサポートおよび構成します。
public static Microsoft.AspNetCore.Identity.IdentityBuilder AddIdentityApiEndpoints<TUser> (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.Identity.IdentityOptions> configure) where TUser : class, new();
static member AddIdentityApiEndpoints : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.Identity.IdentityOptions> -> Microsoft.AspNetCore.Identity.IdentityBuilder (requires 'User : null and 'User : (new : unit -> 'User))
<Extension()>
Public Function AddIdentityApiEndpoints(Of TUser As {Class, New}) (services As IServiceCollection, configure As Action(Of IdentityOptions)) As IdentityBuilder
型パラメーター
- TUser
パラメーター
- services
- IServiceCollection
- configure
- Action<IdentityOptions>
IdentityOptions を構成します。