RefreshSessionResponse

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

Parameters

status

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