UpdateEmailRequest

data class UpdateEmailRequest(val email: String, val emailAuthFactor: Boolean? = null, val token: String? = null)

Constructors

Link copied to clipboard
constructor(email: String, emailAuthFactor: Boolean? = null, token: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val token: String? = null

Requires a token from com.atproto.sever.requestEmailUpdate if the account's email has been confirmed.