Table of Contents

Interface IUserInfoResponseGenerator

Namespace
Duende.IdentityServer.ResponseHandling
Assembly
Duende.IdentityServer.dll

Interface for the userinfo response generator

public interface IUserInfoResponseGenerator

Methods

ProcessAsync(UserInfoRequestValidationResult)

Creates the response.

Task<Dictionary<string, object>> ProcessAsync(UserInfoRequestValidationResult validationResult)

Parameters

validationResult UserInfoRequestValidationResult

The userinfo request validation result.

Returns

Task<Dictionary<string, object>>