No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"refreshJwt",
"accessJwt",
"handle",
"did"
],
"properties": {
"did": {
"type": "string",
"format": "did"
},
"handle": {
"type": "string"
},
"accessJwt": {
"type": "string"
},
"refreshJwt": {
"type": "string"
}
}
}