Skip to content

QueryNameEvidenceRequest

QueryNameEvidenceResponse

Purpose

A QueryNameEvidenceRequest instructs the name engine to read and return any known IdentityNames and IdentityNameEvidence associated with a specific external identity.

A QueryNameEvidenceResponse is returned by the name engine in response to a QueryNameEvidenceRequest.

Type

QueryEvidenceRequest QueryEvidenceResponse

Behavior

Message flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ NameEngine: QueryEvidenceRequest
NameEngine -->>- Any Local Engine: QueryEvidenceResponse
%% --8<-- [end:sequence]