Table of Contents

Interface IBackchannelAuthenticationUserNotificationService

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

Interface for sending a user a login request from a backchannel authentication request.

public interface IBackchannelAuthenticationUserNotificationService

Methods

SendLoginRequestAsync(BackchannelUserLoginRequest)

Sends a notification for the user to login.

Task SendLoginRequestAsync(BackchannelUserLoginRequest request)

Parameters

request BackchannelUserLoginRequest

Returns

Task