Table of Contents

Interface IJwtRequestUriHttpClient

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

Models making HTTP requests for JWTs from the authorize endpoint.

public interface IJwtRequestUriHttpClient

Methods

GetJwtAsync(string, Client)

Gets a JWT from the url.

Task<string?> GetJwtAsync(string url, Client client)

Parameters

url string
client Client

Returns

Task<string>