Table of Contents

Class NopBackchannelAuthenticationUserNotificationService

Namespace
Duende.IdentityServer.Services
Assembly
Duende.IdentityServer.dll

Nop implementation of IUserLoginService.

public class NopBackchannelAuthenticationUserNotificationService : IBackchannelAuthenticationUserNotificationService
Inheritance
NopBackchannelAuthenticationUserNotificationService
Implements
Inherited Members

Constructors

NopBackchannelAuthenticationUserNotificationService(IIssuerNameService, ILogger<NopBackchannelAuthenticationUserNotificationService>)

Ctor

public NopBackchannelAuthenticationUserNotificationService(IIssuerNameService issuerNameService, ILogger<NopBackchannelAuthenticationUserNotificationService> logger)

Parameters

issuerNameService IIssuerNameService
logger ILogger<NopBackchannelAuthenticationUserNotificationService>

Methods

SendLoginRequestAsync(BackchannelUserLoginRequest)

public Task SendLoginRequestAsync(BackchannelUserLoginRequest request)

Parameters

request BackchannelUserLoginRequest

Returns

Task