Bagikan melalui


IdentityServiceCollectionExtensions.AddIdentityApiEndpoints Metode

Definisi

Overload

AddIdentityApiEndpoints<TUser>(IServiceCollection)

Menambahkan serangkaian layanan identitas umum ke aplikasi untuk mendukung MapIdentityApi<TUser>(IEndpointRouteBuilder) dan mengonfigurasi autentikasi untuk mendukung token dan cookie pembawa identitas.

AddIdentityApiEndpoints<TUser>(IServiceCollection, Action<IdentityOptions>)

Menambahkan serangkaian layanan identitas umum ke aplikasi untuk mendukung MapIdentityApi<TUser>(IEndpointRouteBuilder) dan mengonfigurasi autentikasi untuk mendukung token dan cookie pembawa identitas.

AddIdentityApiEndpoints<TUser>(IServiceCollection)

Sumber:
IdentityServiceCollectionExtensions.cs

Menambahkan serangkaian layanan identitas umum ke aplikasi untuk mendukung MapIdentityApi<TUser>(IEndpointRouteBuilder) dan mengonfigurasi autentikasi untuk mendukung token dan cookie pembawa identitas.

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

Jenis parameter

TUser

Parameter

Mengembalikan

IdentityBuilder.

Berlaku untuk

AddIdentityApiEndpoints<TUser>(IServiceCollection, Action<IdentityOptions>)

Sumber:
IdentityServiceCollectionExtensions.cs

Menambahkan serangkaian layanan identitas umum ke aplikasi untuk mendukung MapIdentityApi<TUser>(IEndpointRouteBuilder) dan mengonfigurasi autentikasi untuk mendukung token dan cookie pembawa identitas.

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

Jenis parameter

TUser

Parameter

configure
Action<IdentityOptions>

IdentityOptionsMengonfigurasi .

Mengembalikan

IdentityBuilder.

Berlaku untuk