requestedOptionalAttributes
List of attributes that shall be requested explicitly (selective disclosure), but are not required (i.e. marked as optional), or null
to make no restrictions.
By convention, strings containing a .
are assumed to request nested claims
Use the claim names name
and address.formatted
to request all claims within this credential:
"name": "Mustermann",
"address": {
"formatted": "Herrengasse 1"
}
```
Content copied to clipboard