Table of Contents

Interface IIssuerNameService

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

Abstract access to the current issuer name

public interface IIssuerNameService

Methods

GetCurrentAsync()

Returns the issuer name for the current request

Task<string> GetCurrentAsync()

Returns

Task<string>