ActivationTokenErrorResponse

# ActivationTokenErrorResponse


data class ActivationTokenErrorResponse(projectId: String, userId: String, error: String, accessId: String?)

The response returned from getActivationToken method when there is an error in the request.

# Parameters

projectId Identifier of the project against which the verification is performed.
userId Identifier of the user for which the verification is performed.
error Message indicating reason for the error.
accessId Identifier of the session from which the verification started.

# Constructors

ActivationTokenErrorResponse
fun ActivationTokenErrorResponse(projectId: String, userId: String, error: String, accessId: String?)

# Properties

Name Summary
accessId
val accessId: String?
error
val error: String
projectId
val projectId: String
userId
val userId: String