Skip to main content
Version: Next

ClientInfo

substringrequired
Example: user-id-123
namestringrequired
Example: John Doe
emailstringrequired
Example: john.doe@example.com
didIdstring
Example: did:example:123456789
permissionsstring[]required

ABAC permissions

Example: ["read:credential:own","manage:key"]
refreshTokenstring
Example: refresh-token-abc123
ClientInfo
{
"sub": "user-id-123",
"name": "John Doe",
"email": "john.doe@example.com",
"didId": "did:example:123456789",
"permissions": [
"read:credential:own",
"manage:key"
],
"refreshToken": "refresh-token-abc123"
}