Refresh Session Response
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)