CreateSessionResponse

data class CreateSessionResponse(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: CreateSessionStatus? = null)

Parameters

status

If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.

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: CreateSessionStatus? = 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
val email: String? = null
Link copied to clipboard
Link copied to clipboard
val emailConfirmed: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

If active=false, this optional field indicates a possible reason for why the account is not active. If active=false and no status is supplied, then the host makes no claim for why the repository is no longer being hosted.