# ActivationTokenResponse
constructor(projectId: String, accessId: String?, userId: String, activationToken: String)
# Parameters
projectId | Identifier of the project against which the verification is performed. |
accessId | Identifier of the session from which the verification started. |
userId | Identifier of the user that is currently verified. |
activationToken | The activation token returned after successful user verification. |