SD-JWT VC Issuance — Step 4 of 4: Refresh the Credential
A credential does not stay current: its claim values go out of date and its validity window runs out. OID4VCI section 14.5, Refreshing Issued Credentials, names two ways to deal with that. The first needs no End-User interaction at all: the wallet obtains a fresh Access Token with its Refresh Token (RFC 6749 section 6) and asks the Credential Endpoint again. The second is to start the issuance over from step 1, which does involve the End-User — and is the only route left once the Refresh Token has expired too. This page is the first: the two calls it is made of, and then what the issuer actually changed.