From 57c512d9679a0ad7324c4fbaabd4348b94a31b3b Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Wed, 15 Jun 2022 15:18:03 -0500 Subject: [PATCH] Add refreshToken to context. --- contexts/v1.jsonld | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contexts/v1.jsonld b/contexts/v1.jsonld index 0a432e5..92019a5 100644 --- a/contexts/v1.jsonld +++ b/contexts/v1.jsonld @@ -14,6 +14,10 @@ "@id": "https://schema.org/url", "@type": "@id" }, + "refreshToken": { + "@id": "https://w3id.org/vc-refresh-service#refreshToken", + "@type": "https://w3id.org/security#multibase" + }, "validFrom": { "@id": "https://www.w3.org/2018/credentials#validFrom", "@type": "http://www.w3.org/2001/XMLSchema#dateTime"