RefreshSessionResponse

data class RefreshSessionResponse(val accessJwt: String, val refreshJwt: String, val handle: Handle, val did: Did, val didDoc: JsonContent? = null)

Constructors

Link copied to clipboard
constructor(accessJwt: String, refreshJwt: String, handle: Handle, did: Did, didDoc: JsonContent? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val did: Did
Link copied to clipboard
val didDoc: JsonContent? = null
Link copied to clipboard
Link copied to clipboard