RefreshSessionResponse

data class RefreshSessionResponse(val accessJwt: String, val refreshJwt: String, val handle: Handle, val did: Did, val didDoc: JsonContent? = null, val email: String? = null, val emailConfirmed: Boolean? = null, val emailAuthFactor: Boolean? = 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, email: String? = null, emailConfirmed: Boolean? = null, emailAuthFactor: Boolean? = null, active: Boolean? = null, status: RefreshSessionStatus? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val did: Did
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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