diff --git a/index.html b/index.html index 6a3678f..7f15fb8 100644 --- a/index.html +++ b/index.html @@ -285,6 +285,101 @@

identifier=]. See also section [[[#protocol-registry]]]. +

+ Credential Request Coordinator +

+

+ The credential request coordinator is a user-agent-defined + component responsible for mediating [=digital credential=] interactions + within a given [=top-level traversable=]. +

+

+ Each [=top-level traversable=] has a single associated [=credential + request coordinator=]. +

+

+ The [=credential request coordinator=]: +

+ +

+ The [=credential request coordinator=] is initialized in the [=credential + request coordinator/idle=] [=interaction state=]. +

+

+ Digital Credential Client +

+

+ A digital credential client is a user-agent-defined component + responsible managing the credential presentation or issuance flow, which + includes allowing a user to select from available [=holders=] and coordinating the request. +

+

+ Each [=credential request coordinator=] uses a single associated + [=digital credential client=] to fulfill credential presentation and issuance + operations. +

+

+ The [=digital credential client=]: +

+ +

Scope