app.ocho.auth.defs

ocho-lexicons.ocho.app

Documentation

authCallback object

No description available.

Properties

accessJwt string Required

No description available.

did string did Required

A decentralized identifier (DID).

handle string Required

No description available.

refreshJwt string Required

No description available.

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"
    }
  }
}

Lexicon Garden

@