isRegistrationTokenValid

abstract suspend fun isRegistrationTokenValid(token: String): Result<Boolean>

See also

IsRegistrationTokenValid