# getActivationToken
Brief description
Default method to obtain activation token using the URL provided in the verification email.
# Parameters
| Name | Summary |
|---|---|
| resultHandler | a callback to handle the result of the verification.
|
| verificationUrl | a verification URL that has been sent to the user email |
Content
fun getActivationToken(verificationUrl: String, resultHandler: ResultHandler<ActivationTokenResponse, Error>)