RefreshSessionResponse

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

Parameters

status

Hosting status of the account. If not specified, then assume 'active'.

Constructors

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

Properties

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

Hosting status of the account. If not specified, then assume 'active'.